Skip to content

Commit c719864

Browse files
gaowanlongJiri Kosina
authored and
Jiri Kosina
committed
regulator: change debug statement be consistent with the style of the rest
change the "mc13783_regulator_probe" string in the function "mc13783_regulator_probe" to "__func__" for the debug statement be consistent with the style of the rest of the file. Signed-off-by: Wanlong Gao <[email protected]> Acked-by: Mark Brown <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 3d1c89b commit c719864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/regulator/mc13783-regulator.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ static int __devinit mc13783_regulator_probe(struct platform_device *pdev)
341341
struct mc13783_regulator_init_data *init_data;
342342
int i, ret;
343343

344-
dev_dbg(&pdev->dev, "mc13783_regulator_probe id %d\n", pdev->id);
344+
dev_dbg(&pdev->dev, "%s id %d\n", __func__, pdev->id);
345345

346346
priv = kzalloc(sizeof(*priv) +
347347
pdata->num_regulators * sizeof(priv->regulators[0]),

0 commit comments

Comments
 (0)