aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/radio')
-rw-r--r--drivers/media/radio/radio-wl1273.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/radio/radio-wl1273.c b/drivers/media/radio/radio-wl1273.c
index 1813790b8e9b..dd6bd364efa0 100644
--- a/drivers/media/radio/radio-wl1273.c
+++ b/drivers/media/radio/radio-wl1273.c
@@ -645,7 +645,7 @@ static int wl1273_fm_upload_firmware_patch(struct wl1273_device *radio)
645 const char *fw_name = "radio-wl1273-fw.bin"; 645 const char *fw_name = "radio-wl1273-fw.bin";
646 struct device *dev = radio->dev; 646 struct device *dev = radio->dev;
647 __u8 *ptr; 647 __u8 *ptr;
648 int i, n, r; 648 int r;
649 649
650 dev_dbg(dev, "%s:\n", __func__); 650 dev_dbg(dev, "%s:\n", __func__);
651 651
@@ -672,7 +672,6 @@ static int wl1273_fm_upload_firmware_patch(struct wl1273_device *radio)
672 /* ignore possible error here */ 672 /* ignore possible error here */
673 wl1273_fm_write_cmd(core, WL1273_RESET, 0); 673 wl1273_fm_write_cmd(core, WL1273_RESET, 0);
674 674
675 dev_dbg(dev, "n: %d, i: %d\n", n, i);
676 dev_dbg(dev, "%s - download OK, r: %d\n", __func__, r); 675 dev_dbg(dev, "%s - download OK, r: %d\n", __func__, r);
677out: 676out:
678 release_firmware(fw_p); 677 release_firmware(fw_p);