From: Guenter Roeck Date: Sat, 3 Mar 2012 16:50:12 +0000 (-0800) Subject: it87: Remove artifact from initial code changes X-Git-Tag: v1.0~93 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=416e8aab2c461b8508e4d1cfef114ad0b002de6a;p=groeck-it87 it87: Remove artifact from initial code changes Signed-off-by: Guenter Roeck --- diff --git a/it87.c b/it87.c index 6e585f2..de3f821 100644 --- a/it87.c +++ b/it87.c @@ -1776,8 +1776,8 @@ static int __init it87_find(unsigned short *address, reg = superio_inb(IT87_SIO_GPIO3_REG); if (sio_data->type == it8721 || sio_data->type == it8728) { /* - * The IT8721F/IT8758E/IT8783E/F don't have VID pins - * at all, not sure about the IT8728F. + * The IT8721F/IT8758E don't have VID pins at all, + * not sure about the IT8728F. */ sio_data->skip_vid = 1; } else {