Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227031
b: refs/heads/master
c: 0b83ae9
h: refs/heads/master
i:
  227029: f4ae3f7
  227027: 1d455dc
  227023: d752035
v: v3
  • Loading branch information
Matthew Wilcox authored and Greg Kroah-Hartman committed Dec 15, 2010
1 parent c88e401 commit 2d695a6
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: 89dc29051b626756e69db12f3ffb22e49a817bfe
refs/heads/master: 0b83ae960cd7d4a5ee02786ecf41ab45688999bf
2 changes: 1 addition & 1 deletion trunk/drivers/usb/storage/uas.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ static void uas_do_work(struct work_struct *work)
struct scsi_pointer *scp = (void *)cmdinfo;
struct scsi_cmnd *cmnd = container_of(scp,
struct scsi_cmnd, SCp);
uas_submit_urbs(cmnd, cmnd->device->hostdata, GFP_KERNEL);
uas_submit_urbs(cmnd, cmnd->device->hostdata, GFP_NOIO);
}
}

Expand Down

0 comments on commit 2d695a6

Please sign in to comment.