Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315326
b: refs/heads/master
c: f7ace5f
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and John W. Linville committed Jul 10, 2012
1 parent d1018df commit 2a10c58
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0344dcd3b50f68bb79473d00e46c5fd503c21039
refs/heads/master: f7ace5f044295a06a26cd1b4c176b011b0297ac4
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ti/wlcore/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ static int wl1271_boot_upload_firmware_chunk(struct wl1271 *wl, void *buf,
partition.mem.start = dest;
ret = wlcore_set_partition(wl, &partition);
if (ret < 0)
return ret;
goto out;

/* 10.1 set partition limit and chunk num */
chunk_num = 0;
Expand All @@ -208,7 +208,7 @@ static int wl1271_boot_upload_firmware_chunk(struct wl1271 *wl, void *buf,
partition.mem.start = addr;
ret = wlcore_set_partition(wl, &partition);
if (ret < 0)
return ret;
goto out;
}

/* 10.3 upload the chunk */
Expand Down

0 comments on commit 2a10c58

Please sign in to comment.