Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326128
b: refs/heads/master
c: 0220a3f
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Sep 21, 2012
1 parent 5c93901 commit a72e8df
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: e98b6a4f9667e41eb96104991794eb29212ec2b7
refs/heads/master: 0220a3f01ab3d4673ca7087701d7466bea6b1d3a
3 changes: 1 addition & 2 deletions trunk/drivers/usb/storage/sierra_ms.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,13 @@ int sierra_ms_init(struct us_data *us)
struct swoc_info *swocInfo;
struct usb_device *udev;
struct Scsi_Host *sh;
struct scsi_device *sd;

retries = 3;
result = 0;
udev = us->pusb_dev;

sh = us_to_host(us);
sd = scsi_get_host_dev(sh);
scsi_get_host_dev(sh);

US_DEBUGP("SWIMS: sierra_ms_init called\n");

Expand Down

0 comments on commit a72e8df

Please sign in to comment.