Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164973
b: refs/heads/master
c: 64aebe7
h: refs/heads/master
i:
  164971: 477f5d9
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Sep 23, 2009
1 parent 497d3b1 commit 937b76c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 981e60f037631ca725a9790e7b3512de4a60bba8
refs/heads/master: 64aebe73152ab3a9f5f426baaf65db632bd72c13
4 changes: 2 additions & 2 deletions trunk/drivers/usb/storage/datafab.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ static int datafab_determine_lun(struct us_data *us,
unsigned char *buf;
int count = 0, rc;

if (!us || !info)
if (!info)
return USB_STOR_TRANSPORT_ERROR;

memcpy(command, scommand, 8);
Expand Down Expand Up @@ -399,7 +399,7 @@ static int datafab_id_device(struct us_data *us,
unsigned char *reply;
int rc;

if (!us || !info)
if (!info)
return USB_STOR_TRANSPORT_ERROR;

if (info->lun == -1) {
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/storage/jumpshot.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ static int jumpshot_id_device(struct us_data *us,
unsigned char *reply;
int rc;

if (!us || !info)
if (!info)
return USB_STOR_TRANSPORT_ERROR;

command[0] = 0xE0;
Expand Down

0 comments on commit 937b76c

Please sign in to comment.