From: Jeff Garzik Date: Sun, 1 Oct 2006 14:38:22 +0000 (-0400) Subject: [libata] pata_artop: kill gcc warning X-Git-Tag: v2.6.19-rc1~39^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15a7c3bbe344d75e4891c7d30595899c12ccfaa1;p=pandora-kernel.git [libata] pata_artop: kill gcc warning gcc complains thusly: drivers/ata/pata_artop.c: In function ‘artop_init_one’: drivers/ata/pata_artop.c:429: warning: ‘info’ may be used uninitialized in this function While this warning is indeed bogus, even with improved static analysis and value range propagation, gcc will probably never be able to detect this. Add a BUG_ON() to trap invalid driver_data entries in the PCI table. Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed