Please revert this patch

From: Benjamin Herrenschmidt
Date: Wed Aug 25 2004 - 23:00:05 EST


Hi Linux !

Please revert that for now, I need to figure out what they were
exactly trying to do and will come up with something if it makes
sense but the patch as-is doesn't.

Thanks,
Ben.

On Thu, 2004-08-26 at 06:21, Linux Kernel Mailing List wrote:
> ChangeSet 1.1870.2.2, 2004/08/25 13:21:22-07:00, khali@xxxxxxxxxxxx
>
> [PATCH] I2C: keywest class
>
> This is needed for iBook2 owners to be able to use their ADM1030
> hardware monitoring chip. Successfully tested by one user.
>
> Signed-off-by: Jean Delvare <khali@xxxxxxxxxxxx>
> Signed-off-by: Greg Kroah-Hartman <greg@xxxxxxxxx>
>
>
>
> i2c-keywest.c | 2 ++
> 1 files changed, 2 insertions(+)
>
>
> diff -Nru a/drivers/i2c/busses/i2c-keywest.c b/drivers/i2c/busses/i2c-keywest.c
> --- a/drivers/i2c/busses/i2c-keywest.c 2004-08-25 17:10:16 -07:00
> +++ b/drivers/i2c/busses/i2c-keywest.c 2004-08-25 17:10:16 -07:00
> @@ -618,6 +618,8 @@
> chan->iface = iface;
> chan->chan_no = i;
> chan->adapter.id = I2C_ALGO_SMBUS;
> + if (i==1)
> + chan->adapter.class = I2C_CLASS_HWMON;
> chan->adapter.algo = &keywest_algorithm;
> chan->adapter.algo_data = NULL;
> chan->adapter.client_register = NULL;
> -
> To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>

-
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/