projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2d719c
)
[SCSI] aic94xx: Fix for a typo in aic94xx_init()
author
[email protected]
<
[email protected]
>
Thu, 7 Sep 2006 22:12:42 +0000
(15:12 -0700)
committer
James Bottomley
<
[email protected]
>
Sat, 23 Sep 2006 16:47:29 +0000
(11:47 -0500)
Signed-off-by: Malahal Naineni <
[email protected]
>
Signed-off-by: James Bottomley <
[email protected]
>
drivers/scsi/aic94xx/aic94xx_init.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/aic94xx/aic94xx_init.c
b/drivers/scsi/aic94xx/aic94xx_init.c
index 302b54fddf3cf5b3c05fa41b8aa7a5410d606014..ee2ccad70487cca1a60076d388e1eadf3760b55f 100644
(file)
--- a/
drivers/scsi/aic94xx/aic94xx_init.c
+++ b/
drivers/scsi/aic94xx/aic94xx_init.c
@@
-828,7
+828,7
@@
static int __init aic94xx_init(void)
aic94xx_transport_template =
sas_domain_attach_transport(&aic94xx_transport_functions);
- if (
err
)
+ if (
!aic94xx_transport_template
)
goto out_destroy_caches;
err = pci_register_driver(&aic94xx_pci_driver);