Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2000
b: refs/heads/master
c: a2ef79e
h: refs/heads/master
v: v3
  • Loading branch information
Alexandre Oliva authored and Linus Torvalds committed Jun 16, 2005
1 parent f9efb4c commit 7c9256f
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: bcfff0b471a60df350338bcd727fc9b8a6aa54b2
refs/heads/master: a2ef79e1840ebbd0b5907e53c755efd5662112a1
3 changes: 2 additions & 1 deletion trunk/drivers/ieee1394/sbp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,8 @@ static struct scsi_id_instance_data *sbp2_alloc_device(struct unit_directory *ud
list_add_tail(&scsi_id->scsi_list, &hi->scsi_ids);

/* Register our host with the SCSI stack. */
scsi_host = scsi_host_alloc(&scsi_driver_template, 0);
scsi_host = scsi_host_alloc(&scsi_driver_template,
sizeof (unsigned long));
if (!scsi_host) {
SBP2_ERR("failed to register scsi host");
goto failed_alloc;
Expand Down

0 comments on commit 7c9256f

Please sign in to comment.