Commit 9c650ffc ("TTY: ircomm_tty, add tty install") split _open() to
_install() and _open(). It also moved the initialization of driver_data
out of open(), but never added it to install() - causing a NULL ptr
deref whenever the driver was used.
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Acked-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
||
|---|---|---|
| .. | ||
| ircomm_core.c | ||
| ircomm_event.c | ||
| ircomm_lmp.c | ||
| ircomm_param.c | ||
| ircomm_ttp.c | ||
| ircomm_tty_attach.c | ||
| ircomm_tty_ioctl.c | ||
| ircomm_tty.c | ||
| Kconfig | ||
| Makefile | ||