From 416e8aab2c461b8508e4d1cfef114ad0b002de6a Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Sat, 3 Mar 2012 08:50:12 -0800 Subject: [PATCH] it87: Remove artifact from initial code changes Signed-off-by: Guenter Roeck --- it87.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.39.5