Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
[cascardo/linux.git] / drivers / staging / media / bcm2048 / radio-bcm2048.c
index b10d601..93bffba 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)