diff options
Diffstat (limited to 'drivers/scsi/aic94xx/aic94xx_init.c')
-rw-r--r-- | drivers/scsi/aic94xx/aic94xx_init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/aic94xx/aic94xx_init.c b/drivers/scsi/aic94xx/aic94xx_init.c index b9cf46078fc6..ab00aecc5466 100644 --- a/drivers/scsi/aic94xx/aic94xx_init.c +++ b/drivers/scsi/aic94xx/aic94xx_init.c | |||
@@ -465,7 +465,7 @@ static int asd_create_global_caches(void) | |||
465 | sizeof(struct asd_dma_tok), | 465 | sizeof(struct asd_dma_tok), |
466 | 0, | 466 | 0, |
467 | SLAB_HWCACHE_ALIGN, | 467 | SLAB_HWCACHE_ALIGN, |
468 | NULL, NULL); | 468 | NULL); |
469 | if (!asd_dma_token_cache) { | 469 | if (!asd_dma_token_cache) { |
470 | asd_printk("couldn't create dma token cache\n"); | 470 | asd_printk("couldn't create dma token cache\n"); |
471 | return -ENOMEM; | 471 | return -ENOMEM; |
@@ -477,7 +477,7 @@ static int asd_create_global_caches(void) | |||
477 | sizeof(struct asd_ascb), | 477 | sizeof(struct asd_ascb), |
478 | 0, | 478 | 0, |
479 | SLAB_HWCACHE_ALIGN, | 479 | SLAB_HWCACHE_ALIGN, |
480 | NULL, NULL); | 480 | NULL); |
481 | if (!asd_ascb_cache) { | 481 | if (!asd_ascb_cache) { |
482 | asd_printk("couldn't create ascb cache\n"); | 482 | asd_printk("couldn't create ascb cache\n"); |
483 | goto Err; | 483 | goto Err; |