]> 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)
commit11578a6dc89fc78bf28f18998d0956abb096f36c
tree11fcea616226460c5edf49ef9629909dd12f0ed1
parent2524616bc1525e098c14a8aefea371f11513dc9b
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