Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374698
b: refs/heads/master
c: d6c8cef
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Richter committed Apr 28, 2013
1 parent 753ab81 commit 38752f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: bdabfa54635e5d95a5aa2087794f203cc1915f7a
refs/heads/master: d6c8cefc69a0b1e75b369613f902141f2c621914
4 changes: 2 additions & 2 deletions trunk/drivers/firewire/sbp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1144,8 +1144,8 @@ static int sbp2_probe(struct device *dev)
return -ENODEV;

if (dma_get_max_seg_size(device->card->device) > SBP2_MAX_SEG_SIZE)
BUG_ON(dma_set_max_seg_size(device->card->device,
SBP2_MAX_SEG_SIZE));
WARN_ON(dma_set_max_seg_size(device->card->device,
SBP2_MAX_SEG_SIZE));

shost = scsi_host_alloc(&scsi_driver_template, sizeof(*tgt));
if (shost == NULL)
Expand Down

0 comments on commit 38752f9

Please sign in to comment.