]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
backlight-88pm860x_bl-remove-an-unnecessary-line-continuation-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 29 Nov 2012 03:18:31 +0000 (14:18 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Dec 2012 05:23:33 +0000 (16:23 +1100)
remove newline

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

index 6e1bbf8e05377ac1a82a4eb4a5cfea5c153cecf0..c072ed9aea3624148b57bff3ad742b4f278a060e 100644 (file)
@@ -228,8 +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
-                       : chip->companion;
+       data->i2c = (chip->id == CHIP_PM8606) ? chip->client : chip->companion;
        data->current_brightness = MAX_BRIGHTNESS;
        if (pm860x_backlight_dt_init(pdev, data, name)) {
                if (pdata) {