Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5935
b: refs/heads/master
c: 81065e2
h: refs/heads/master
i:
  5933: b6050dd
  5931: 349f822
  5927: 0f9ee62
  5919: 77d656f
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Aug 23, 2005
1 parent 19fa6b4 commit 8983efd
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: 005eca5e74b222db4360f8938140eb843d283325
refs/heads/master: 81065e2f415af6c028eac13f481fb9e60a0b487b
3 changes: 1 addition & 2 deletions trunk/drivers/usb/net/zd1201.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,7 @@ static void zd1201_usbrx(struct urb *urb, struct pt_regs *regs)
if (datalen<14)
goto resubmit;
if ((seq & IEEE802_11_SCTL_FRAG) == 0) {
frag = kmalloc(sizeof(struct zd1201_frag*),
GFP_ATOMIC);
frag = kmalloc(sizeof(*frag), GFP_ATOMIC);
if (!frag)
goto resubmit;
skb = dev_alloc_skb(IEEE802_11_DATA_LEN +14+2);
Expand Down

0 comments on commit 8983efd

Please sign in to comment.