Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100953
b: refs/heads/master
c: 8b72eb4
h: refs/heads/master
i:
  100951: 1e79e9d
v: v3
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Jul 10, 2008
1 parent b53abc9 commit 2e26012
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f160ebcbeb6c9b79a770f22e14398158dac3de00
refs/heads/master: 8b72eb4333aba692a16339acf8a74d84b10d3568
5 changes: 3 additions & 2 deletions trunk/drivers/net/wireless/p54/p54usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,8 @@ static int p54u_upload_firmware_3887(struct ieee80211_hw *dev)
const struct firmware *fw_entry = NULL;
int err, alen;
u8 carry = 0;
u8 *buf, *tmp, *data;
u8 *buf, *tmp;
const u8 *data;
unsigned int left, remains, block_size;
struct x2_header *hdr;
unsigned long timeout;
Expand Down Expand Up @@ -523,7 +524,7 @@ static int p54u_upload_firmware_net2280(struct ieee80211_hw *dev)
void *buf;
__le32 reg;
unsigned int remains, offset;
u8 *data;
const u8 *data;

buf = kmalloc(512, GFP_KERNEL);
if (!buf) {
Expand Down

0 comments on commit 2e26012

Please sign in to comment.