Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185420
b: refs/heads/master
c: 3756c7c
h: refs/heads/master
v: v3
  • Loading branch information
Oliver Neukum authored and Greg Kroah-Hartman committed Mar 2, 2010
1 parent 8a61d09 commit c6a7a65
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 46b72d78cb022714c89a9ebc00b9581b550cfca7
refs/heads/master: 3756c7c091f4ca8bcaf89ee3855a326d69209716
2 changes: 1 addition & 1 deletion trunk/drivers/usb/storage/onetouch.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ static int onetouch_connect_input(struct us_data *ss)
goto fail1;

onetouch->data = usb_buffer_alloc(udev, ONETOUCH_PKT_LEN,
GFP_ATOMIC, &onetouch->data_dma);
GFP_KERNEL, &onetouch->data_dma);
if (!onetouch->data)
goto fail1;

Expand Down

0 comments on commit c6a7a65

Please sign in to comment.