> diff -Nru a/drivers/i2c/busses/i2c-amd8111.c b/drivers/i2c/busses/i2c-amd8111.c
> --- a/drivers/i2c/busses/i2c-amd8111.c Thu Mar 13 16:56:52 2003
> +++ b/drivers/i2c/busses/i2c-amd8111.c Thu Mar 13 16:56:52 2003
goto out_release_region;
> @@ -389,7 +392,7 @@
> }
>
> static struct pci_driver amd8111_driver = {
> - .name = "amd8111 smbus 2.0",
> + .name = "amd8111 smbus",
> .id_table = amd8111_ids,
> .probe = amd8111_probe,
> .remove = __devexit_p(amd8111_remove),
The 2.0 was quite intentional in the .name, because the 8111 has *two*
SMBus busses, one SMBus 1.1 and one SMBus 2.0. This driver is only for
the 2.0 SMBus controller.
-- Vojtech Pavlik SuSE Labs - 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/