[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <004a01cdc5f6$a247bed0$e6d73c70$%han@samsung.com>
Date: Mon, 19 Nov 2012 10:38:53 +0900
From: Jingoo Han <jg1.han@...sung.com>
To: 'Andrew Morton' <akpm@...ux-foundation.org>,
'LKML' <linux-kernel@...r.kernel.org>
Cc: 'Richard Purdie' <rpurdie@...ys.net>,
'Joe Perches' <joe@...ches.com>,
'Jingoo Han' <jg1.han@...sung.com>
Subject: [PATCH] backlight: 88pm860x_bl: remove an unnecessary line continuation
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 <jg1.han@...sung.com>
Cc: Richard Purdie <rpurdie@...ys.net>
Cc: Joe Perches <joe@...ches.com>
---
drivers/video/backlight/88pm860x_bl.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/video/backlight/88pm860x_bl.c b/drivers/video/backlight/88pm860x_bl.c
index bb21412..6e1bbf8 100644
--- a/drivers/video/backlight/88pm860x_bl.c
+++ b/drivers/video/backlight/88pm860x_bl.c
@@ -228,7 +228,7 @@ static int pm860x_backlight_probe(struct platform_device *pdev)
sprintf(name, "backlight-%d", pdev->id);
data->port = pdev->id;
data->chip = chip;
- data->i2c = (chip->id == CHIP_PM8606) ? chip->client \
+ data->i2c = (chip->id == CHIP_PM8606) ? chip->client
: chip->companion;
data->current_brightness = MAX_BRIGHTNESS;
if (pm860x_backlight_dt_init(pdev, data, name)) {
--
1.7.2.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists