Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5119
b: refs/heads/master
c: b24b103
h: refs/heads/master
i:
  5117: 84d2606
  5115: 6c57bf2
  5111: 5326730
  5103: 69f0a29
  5087: ef6aa68
  5055: ffe914b
  4991: 2971e93
  4863: ded1aa4
  4607: c5f1070
  4095: 39ad1ee
v: v3
  • Loading branch information
Alan Stern authored and Linus Torvalds committed Jul 27, 2005
1 parent 9b7d6c5 commit 836927c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 104e49fc1e1656142869fab0e75d7df52b72eed9
refs/heads/master: b24b1033451fcc87087a692fc47ca45daebd51ac
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/scsi_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,8 @@ static int scsi_add_lun(struct scsi_device *sdev, char *inq_result, int *bflags)
* register it and tell the rest of the kernel
* about it.
*/
scsi_sysfs_add_sdev(sdev);
if (scsi_sysfs_add_sdev(sdev) != 0)
return SCSI_SCAN_NO_RESPONSE;

return SCSI_SCAN_LUN_PRESENT;
}
Expand Down

0 comments on commit 836927c

Please sign in to comment.