Loading drivers/bluetooth/bluetooth-power.c +1 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,7 @@ static int bt_vreg_init(struct bt_power_vreg_data *vreg) rc = PTR_ERR(vreg->reg); pr_err("%s: regulator_get(%s) failed. rc=%d\n", __func__, vreg->name, rc); vreg->reg = NULL; goto out; } Loading Loading
drivers/bluetooth/bluetooth-power.c +1 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,7 @@ static int bt_vreg_init(struct bt_power_vreg_data *vreg) rc = PTR_ERR(vreg->reg); pr_err("%s: regulator_get(%s) failed. rc=%d\n", __func__, vreg->name, rc); vreg->reg = NULL; goto out; } Loading