summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Marrero <jmarrero@gmail.com>2015-11-25 00:30:18 +0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-12-03 21:15:16 +0300
commit21312f6ddb1710750761c4b140b7367208b4f89e (patch)
tree1707dbfa3d44a2cdf9d9fbe65b3619f9103b3346
parentb046d3ad38d90276379c862f15ddd99fa8739906 (diff)
downloadlinux-21312f6ddb1710750761c4b140b7367208b4f89e.tar.xz
[media] radio-bcm2048: fix code indent
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>
-rw-r--r--drivers/staging/media/bcm2048/radio-bcm2048.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/media/bcm2048/radio-bcm2048.c b/drivers/staging/media/bcm2048/radio-bcm2048.c
index b10d6016b993..93bffbac8fc7 100644
--- a/drivers/staging/media/bcm2048/radio-bcm2048.c
+++ b/drivers/staging/media/bcm2048/radio-bcm2048.c
@@ -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)