diff options
Diffstat (limited to 'drivers/scsi/aic7xxx_old.c')
-rw-r--r-- | drivers/scsi/aic7xxx_old.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx_old.c b/drivers/scsi/aic7xxx_old.c index f5e3c6b27c70..4998bb850c49 100644 --- a/drivers/scsi/aic7xxx_old.c +++ b/drivers/scsi/aic7xxx_old.c | |||
@@ -6572,7 +6572,7 @@ aic7xxx_slave_alloc(struct scsi_device *SDptr) | |||
6572 | struct aic7xxx_host *p = (struct aic7xxx_host *)SDptr->host->hostdata; | 6572 | struct aic7xxx_host *p = (struct aic7xxx_host *)SDptr->host->hostdata; |
6573 | struct aic_dev_data *aic_dev; | 6573 | struct aic_dev_data *aic_dev; |
6574 | 6574 | ||
6575 | aic_dev = kmalloc(sizeof(struct aic_dev_data), GFP_ATOMIC | GFP_KERNEL); | 6575 | aic_dev = kmalloc(sizeof(struct aic_dev_data), GFP_KERNEL); |
6576 | if(!aic_dev) | 6576 | if(!aic_dev) |
6577 | return 1; | 6577 | return 1; |
6578 | /* | 6578 | /* |