]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
backlight: 88pm860x_bl: fix checkpatch warning
authorJingoo Han <jg1.han@samsung.com>
Tue, 23 Oct 2012 02:50:24 +0000 (13:50 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 23 Oct 2012 03:11:53 +0000 (14:11 +1100)
This patch fixes the checkpatch warning as below:

WARNING: quoted string split across lines

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/backlight/88pm860x_bl.c

index b7ec34c57f46d7f3c0b345935c3e4857e3a0b104..6e509d995093acc9efab731e582331dbfaa01013 100644 (file)
@@ -117,8 +117,8 @@ static int pm860x_backlight_set(struct backlight_device *bl, int brightness)
        data->current_brightness = value;
        return 0;
 out:
-       dev_dbg(chip->dev, "set brightness %d failure with return "
-               "value:%d\n", value, ret);
+       dev_dbg(chip->dev, "set brightness %d failure with return value: %d\n",
+               value, ret);
        return ret;
 }