Re: [PATCH] backlight: 88pm860x_bl: remove an unnecessary line continuation

2012-11-19 Thread Andrew Morton
On Mon, 19 Nov 2012 10:38:53 +0900 Jingoo Han wrote: > This patch removes remove an unnecessary line continuation in > pm860x_backlight_probe(). Also, a checkpatch warning is fixed > as below: > > WARNING: Avoid unnecessary line continuations > > --- a/drivers/video/backlight/88pm860x_bl.c > ++

[PATCH] backlight: 88pm860x_bl: remove an unnecessary line continuation

2012-11-18 Thread Jingoo Han
This patch removes remove an unnecessary line continuation in pm860x_backlight_probe(). Also, a checkpatch warning is fixed as below: WARNING: Avoid unnecessary line continuations Signed-off-by: Jingoo Han Cc: Richard Purdie Cc: Joe Perches --- drivers/video/backlight/88pm860x_bl.c |2 +-