Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342596
b: refs/heads/master
c: 27b2a22
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Takashi Iwai committed Nov 21, 2012
1 parent 53529dc commit 7a861e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 6cf95152079d7c6d7ba6442be45e02b24bbb1c65
refs/heads/master: 27b2a22c714303d1920e269a8322ff23107694ee
3 changes: 2 additions & 1 deletion trunk/sound/usb/6fire/comm.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,13 @@ int __devinit usb6fire_comm_init(struct sfire_chip *chip)
{
struct comm_runtime *rt = kzalloc(sizeof(struct comm_runtime),
GFP_KERNEL);
struct urb *urb = &rt->receiver;
struct urb *urb;
int ret;

if (!rt)
return -ENOMEM;

urb = &rt->receiver;
rt->serial = 1;
rt->chip = chip;
usb_init_urb(urb);
Expand Down

0 comments on commit 7a861e0

Please sign in to comment.