Fix typo.

This commit is contained in:
guillemj
2007-02-06 05:04:20 +00:00
parent 57a15b8aab
commit 7bbce2ccdb

View File

@@ -6,7 +6,7 @@
Fix warnings when not checking pci_register_driver return codes.
* 3dfx_driver.c (findCards): Return int instead of void , and normalize
* 3dfx_driver.c (findCards): Return int instead of void, and normalize
error code to be always negative, otherwise return numCards.
(init_module): Check for findCards return code, print a warning and
exit the module on error.