Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226357
b: refs/heads/master
c: fce50ac
h: refs/heads/master
i:
  226355: be886e2
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 29, 2010
1 parent 0344717 commit 0c114ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ae2ae35f8a8a13997b9ec719ae7c151a2182e80
refs/heads/master: fce50ac80e38b1d205939ff7d4777536701263a6
3 changes: 1 addition & 2 deletions trunk/drivers/media/radio/radio-wl1273.c
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ static int wl1273_fm_upload_firmware_patch(struct wl1273_device *radio)
const char *fw_name = "radio-wl1273-fw.bin";
struct device *dev = radio->dev;
__u8 *ptr;
int i, n, r;
int r;

dev_dbg(dev, "%s:\n", __func__);

Expand All @@ -672,7 +672,6 @@ static int wl1273_fm_upload_firmware_patch(struct wl1273_device *radio)
/* ignore possible error here */
wl1273_fm_write_cmd(core, WL1273_RESET, 0);

dev_dbg(dev, "n: %d, i: %d\n", n, i);
dev_dbg(dev, "%s - download OK, r: %d\n", __func__, r);
out:
release_firmware(fw_p);
Expand Down

0 comments on commit 0c114ec

Please sign in to comment.