From 7bbce2ccdbc9642e2619c3552cfe7ef4c4ee4e8f Mon Sep 17 00:00:00 2001 From: guillemj <> Date: Tue, 6 Feb 2007 05:04:20 +0000 Subject: [PATCH] Fix typo. --- Device3Dfx/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Device3Dfx/ChangeLog b/Device3Dfx/ChangeLog index f7a1e50..01d51b5 100644 --- a/Device3Dfx/ChangeLog +++ b/Device3Dfx/ChangeLog @@ -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.