[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>
This commit is contained in:
parent
b046d3ad38
commit
21312f6ddb
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue