diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-11-22 09:17:44 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-11-22 09:17:44 +0100 |
commit | c60b4088108c44529e6f679d9e991e3d3c945950 (patch) | |
tree | 33dcfea7d7671f7dd3fe49e07399e0d222264319 /drivers/media/rc/serial_ir.c | |
parent | [media] lirc_serial: move out of staging and rename to serial_ir (diff) | |
download | linux-c60b4088108c44529e6f679d9e991e3d3c945950.tar.xz linux-c60b4088108c44529e6f679d9e991e3d3c945950.zip |
[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>
Diffstat (limited to 'drivers/media/rc/serial_ir.c')
-rw-r--r-- | drivers/media/rc/serial_ir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/serial_ir.c b/drivers/media/rc/serial_ir.c index ba83b20913cd..436bd58b5f05 100644 --- a/drivers/media/rc/serial_ir.c +++ b/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 - * function in drivers/serial/8250.c + * function in drivers/tty/serial/8250/8250_port.c */ scratch = sinp(UART_IER); soutp(UART_IER, 0); |