Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317296
b: refs/heads/master
c: 383b7fc
h: refs/heads/master
v: v3
  • Loading branch information
William Blair authored and Greg Kroah-Hartman committed Jun 12, 2012
1 parent cd494ba commit 729451e
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: 4bce6b897ed6812e000c034968c8c250de40da9b
refs/heads/master: 383b7fc2dca769d98ca373306e105987e8f143b3
3 changes: 1 addition & 2 deletions trunk/drivers/staging/keucr/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ int ENE_InitMedia(struct us_data *us)
if (MiscReg03 & 0x02) {
if (!us->SM_Status.Ready && !us->MS_Status.Ready) {
result = ENE_SMInit(us);
if (result != USB_STOR_XFER_GOOD) {
if (result != USB_STOR_XFER_GOOD)
return USB_STOR_TRANSPORT_ERROR;
}
}

}
Expand Down

0 comments on commit 729451e

Please sign in to comment.