Re: [Kernel-janitors] Re: [PATCH 2.6.9-rc2-mm4 bttv-driver.c][4/8] convert pci_find_device to pci_dev_present

From: Matthew Wilcox
Date: Wed Sep 29 2004 - 17:34:15 EST


On Wed, Sep 29, 2004 at 02:43:38PM -0700, Hanna Linder wrote:
> + return(pci_module_init(&bttv_pci_driver));

Why the extra brackets? I see their use for

return (a == b);

but

return pci_module_init(&bttv_pci_driver);

isn't at all ambiguous.

--
"Next the statesmen will invent cheap lies, putting the blame upon
the nation that is attacked, and every man will be glad of those
conscience-soothing falsities, and will diligently study them, and refuse
to examine any refutations of them; and thus he will by and by convince
himself that the war is just, and will thank God for the better sleep
he enjoys after this process of grotesque self-deception." -- Mark Twain
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/