Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328902
b: refs/heads/master
c: 1315da3
h: refs/heads/master
v: v3
  • Loading branch information
Moger, Babu authored and James Bottomley committed Sep 24, 2012
1 parent ed245f4 commit ec669f7
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: 35204772ea034b380bc9d8942699dc03898e5c13
refs/heads/master: 1315da30daaf8f4b1207cc78b67ff0dc55bc447b
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/device_handler/scsi_dh_rdac.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ static int rdac_bus_attach(struct scsi_device *sdev)
if (!scsi_dh_data) {
sdev_printk(KERN_ERR, sdev, "%s: Attach failed\n",
RDAC_NAME);
return 0;
return -ENOMEM;
}

scsi_dh_data->scsi_dh = &rdac_dh;
Expand Down

0 comments on commit ec669f7

Please sign in to comment.