Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204175
b: refs/heads/master
c: e4bf25f
h: refs/heads/master
i:
  204173: fd8c233
  204171: ed6fb4a
  204167: b5a2455
  204159: 7a82e16
v: v3
  • Loading branch information
Justin P. Mattock authored and James Bottomley committed Jul 27, 2010
1 parent b716843 commit dd257a1
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: 6e49949c5e9e04d64e16df3723dd3f5bd25a29e2
refs/heads/master: e4bf25fbcc64a87d7dc1d3318ca56c28382757e2
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/hosts.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *sht, int privsize)
{
struct Scsi_Host *shost;
gfp_t gfp_mask = GFP_KERNEL;
int rval;

if (sht->unchecked_isa_dma && privsize)
gfp_mask |= __GFP_DMA;
Expand Down Expand Up @@ -420,7 +419,8 @@ struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *sht, int privsize)
shost->ehandler = kthread_run(scsi_error_handler, shost,
"scsi_eh_%d", shost->host_no);
if (IS_ERR(shost->ehandler)) {
rval = PTR_ERR(shost->ehandler);
printk(KERN_WARNING "scsi%d: error handler thread failed to spawn, error = %ld\n",
shost->host_no, PTR_ERR(shost->ehandler));
goto fail_kfree;
}

Expand Down

0 comments on commit dd257a1

Please sign in to comment.