]> err.no Git - linux-2.6/blobdiff - drivers/serial/serial_core.c
rt2x00: Remove MGMT ring initialization
[linux-2.6] / drivers / serial / serial_core.c
index efef494d945a9a3aec64447cef9a55b8eaa42b3e..0f5a17987ccacaf84283a1754134adfd7f3c2f7a 100644 (file)
@@ -1553,8 +1553,8 @@ static struct uart_state *uart_get(struct uart_driver *drv, int line)
 }
 
 /*
- * In 2.4.5, calls to uart_open are serialised by the BKL in
- *   linux/fs/devices.c:chrdev_open()
+ * calls to uart_open are serialised by the BKL in
+ *   fs/char_dev.c:chrdev_open()
  * Note that if this fails, then uart_close() _will_ be called.
  *
  * In time, we want to scrap the "opening nonpresent ports"