Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72318
b: refs/heads/master
c: 4135f9d
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and James Bottomley committed Oct 18, 2007
1 parent 5d9d3cc commit b5dd231
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: 875baf3cbc0f11009ef5ca33c78210d265c8d779
refs/heads/master: 4135f9d28af912d541c0c32f1bc2ee6da23306eb
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/aic7xxx_old.c
Original file line number Diff line number Diff line change
Expand Up @@ -8417,7 +8417,7 @@ aic7xxx_alloc(struct scsi_host_template *sht, struct aic7xxx_host *temp)
p->host = host;

p->scb_data = kzalloc(sizeof(scb_data_type), GFP_ATOMIC);
if (!p->scb_data)
if (p->scb_data)
{
scbq_init (&p->scb_data->free_scbs);
}
Expand Down

0 comments on commit b5dd231

Please sign in to comment.