Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86369
b: refs/heads/master
c: 5513c5f
h: refs/heads/master
i:
  86367: 651298c
v: v3
  • Loading branch information
Stefan Richter committed Feb 19, 2008
1 parent 22213f3 commit d9c0e1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2e2705bdcb959372d54bf7f79dd9a555ec2adfb4
refs/heads/master: 5513c5f6f9bd8c8ad3727130910fa288c62526a7
4 changes: 4 additions & 0 deletions trunk/drivers/firewire/fw-sbp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1473,6 +1473,10 @@ static int sbp2_scsi_slave_alloc(struct scsi_device *sdev)
{
struct sbp2_logical_unit *lu = sdev->hostdata;

/* (Re-)Adding logical units via the SCSI stack is not supported. */
if (!lu)
return -ENOSYS;

sdev->allow_restart = 1;

/*
Expand Down

0 comments on commit d9c0e1d

Please sign in to comment.