Searched hist:"656 fb867" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/tty/ |
H A D | tty_io.c | 656fb867 Sun Nov 08 12:01:15 CST 2015 Peter Hurley <peter@hurleysoftware.com> tty: core: Add driver name to invalid device registration message
Include the driver name in the tty_register_device_attr() error message for invalid index.
Note that tty_err() cannot be used here because there is no tty; use pr_err().
Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 656fb867 Sun Nov 08 12:01:15 CST 2015 Peter Hurley <peter@hurleysoftware.com> tty: core: Add driver name to invalid device registration message Include the driver name in the tty_register_device_attr() error message for invalid index. Note that tty_err() cannot be used here because there is no tty; use pr_err(). Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|