Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27107
b: refs/heads/master
c: 829a198
h: refs/heads/master
i:
  27105: 72f5b0d
  27103: 7e9d15e
v: v3
  • Loading branch information
Stefan Richter authored and Linus Torvalds committed Jun 5, 2006
1 parent f15ceab commit 81c72fa
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: 948c51e6a8d71df99ef57c61bc80dc7c20cbf7bc
refs/heads/master: 829a1985e732698ee98def146410e6e9f532781f
2 changes: 1 addition & 1 deletion trunk/drivers/ieee1394/sbp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ static struct scsi_id_instance_data *sbp2_alloc_device(struct unit_directory *ud
&sbp2_highlevel, ud->ne->host, &sbp2_ops,
sizeof(struct sbp2_status_block), sizeof(quadlet_t),
0x010000000000ULL, CSR1212_ALL_SPACE_END);
if (!scsi_id->status_fifo_addr) {
if (scsi_id->status_fifo_addr == ~0ULL) {
SBP2_ERR("failed to allocate status FIFO address range");
goto failed_alloc;
}
Expand Down

0 comments on commit 81c72fa

Please sign in to comment.