浏览代码

[media] serial_ir: fix reference to 8250 serial code

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>
Mauro Carvalho Chehab 8 年之前
父节点
当前提交
c60b408810
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/media/rc/serial_ir.c

+ 1 - 1
drivers/media/rc/serial_ir.c

@@ -407,7 +407,7 @@ static int hardware_init_port(void)
 
 
 	/*
 	/*
 	 * This is a simple port existence test, borrowed from the autoconfig
 	 * 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);
 	scratch = sinp(UART_IER);
 	soutp(UART_IER, 0);
 	soutp(UART_IER, 0);