]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
[media] serial_ir: fix reference to 8250 serial code
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 22 Nov 2016 08:17:44 +0000 (06:17 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 22 Nov 2016 08:17:44 +0000 (06:17 -0200)
While checking why we need i386 checking, I noticed that
the serial code referred at the driver was moved to another
place. Update it to make clear from where such code came from.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/rc/serial_ir.c

index ba83b20913cdcfd4d1756537b73263ef2ca8d465..436bd58b5f05f252098ec433ac7305feb033034e 100644 (file)
@@ -407,7 +407,7 @@ static int hardware_init_port(void)
 
        /*
         * This is a simple port existence test, borrowed from the autoconfig
-        * function in drivers/serial/8250.c
+        * function in drivers/tty/serial/8250/8250_port.c
         */
        scratch = sinp(UART_IER);
        soutp(UART_IER, 0);