Commit 3194e858 authored by Jean-Baptiste Abbadie's avatar Jean-Baptiste Abbadie Committed by Mauro Carvalho Chehab

[media] Staging: media: radio-bcm2048: Fix indentation

Align multiple lines statement with parentheses
Signed-off-by: default avatarJean-Baptiste Abbadie <jb@abbadie.fr>
Acked-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 24dc974d
......@@ -999,7 +999,7 @@ 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)))
msecs_to_jiffies(timeout)))
dev_err(&bdev->client->dev, "IRQ timeout.\n");
if (value)
......@@ -2204,7 +2204,7 @@ static ssize_t bcm2048_fops_read(struct file *file, char __user *buf,
}
/* interruptible_sleep_on(&bdev->read_queue); */
if (wait_event_interruptible(bdev->read_queue,
bdev->rds_data_available) < 0) {
bdev->rds_data_available) < 0) {
retval = -EINTR;
goto done;
}
......
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