Commit 21312f6d authored by Joseph Marrero's avatar Joseph Marrero Committed by Mauro Carvalho Chehab

[media] radio-bcm2048: fix code indent

Fixes a warning message found by checkpatch.pl WARNING:
	suspect code indent for conditional statements
Signed-off-by: default avatarJoseph Marrero <jmarrero@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent b046d3ad
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment