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 (matthew_at_wil.cx)
Date: 09/30/04

  • Next message: Tonnerre: "Re: [PATCH] Readd panic blinking in 2.6"
    Date:	Wed, 29 Sep 2004 23:28:25 +0100
    To: Hanna Linder <hannal@us.ibm.com>
    
    

    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@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Tonnerre: "Re: [PATCH] Readd panic blinking in 2.6"

    Relevant Pages