Signed-off-by: Jesse Millan --- linux-2.6.12-rc5/drivers/i2c/chips/it87.c~ 2005-05-26 16:35:24.852065714 -0700 +++ linux-2.6.12-rc5/drivers/i2c/chips/it87.c 2005-05-26 17:20:31.311097793 -0700 @@ -718,6 +718,10 @@ static int it87_find(int *address) { int err = -ENODEV; + /* Suppress misleading GCC warning: + * 'address' may be used uninitialized in this function. */ + *address = 0; + superio_enter(); chip_type = superio_inw(DEVID); if (chip_type != IT8712F_DEVID