[media] radio-bcm2048: fix code indent
authorJoseph Marrero <jmarrero@gmail.com>
Tue, 24 Nov 2015 21:30:18 +0000 (19:30 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 3 Dec 2015 18:15:16 +0000 (16:15 -0200)
Fixes a warning message found by checkpatch.pl WARNING:
suspect code indent for conditional statements

Signed-off-by: Joseph Marrero <jmarrero@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/staging/media/bcm2048/radio-bcm2048.c

index b10d6016b9939b6b0779dc385adaabb25a598bbc..93bffbac8fc7ef22d4eee7227e270c040143cb07 100644 (file)
@@ -1000,8 +1000,8 @@ static int bcm2048_set_fm_search_tune_mode(struct bcm2048_device *bdev,
                timeout = BCM2048_AUTO_SEARCH_TIMEOUT;
 
        if (!wait_for_completion_timeout(&bdev->compl,
-                       msecs_to_jiffies(timeout)))
-                       dev_err(&bdev->client->dev, "IRQ timeout.\n");
+               msecs_to_jiffies(timeout)))
+               dev_err(&bdev->client->dev, "IRQ timeout.\n");
 
        if (value)
                if (!bdev->scan_state)
This page took 0.049257 seconds and 5 git commands to generate.