]> git.baikalelectronics.ru Git - kernel.git/commit
ser_gigaset: fix up NULL checks
authorTilman Schmidt <tilman@imap.cc>
Tue, 15 Dec 2015 17:11:28 +0000 (18:11 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Dec 2015 18:24:20 +0000 (13:24 -0500)
commit9b39373944eb21f4970a0a298baf8c83e710a0b8
tree11fcea616226460c5edf49ef9629909dd12f0ed1
parent72042e8cc2c5c37cd250374ed70ad0a043f68d9c
ser_gigaset: fix up NULL checks

Commit 978c8fa47faf ("tty: The big operations rework") changed
tty->driver to tty->ops but left NULL checks for tty->driver untouched.
Fix.

Signed-off-by: Tilman Schmidt <tilman@imap.cc>
[pebolle: removed Fixes tag]
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/gigaset/ser-gigaset.c