isdn/gigaset: use gig_dbg() for debugging output
authorTilman Schmidt <tilman@imap.cc>
Sun, 25 Mar 2012 17:12:37 +0000 (19:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Apr 2012 17:30:38 +0000 (10:30 -0700)
commitef37ea34cac19ef46173b26ee47a102f3b987d1e
treec7da43bc4849afeb9b963108020e631d175f8258
parent388bc26226807fbcf4c626b81bb17a2e74aa4b1b
isdn/gigaset: use gig_dbg() for debugging output

The "TTY buffer in tty_port" patchset introduced an opencoded
debug message in the Gigaset tty device if_close() function.
Change it to use the gig_dbg() macro like everywhere else in
the driver.

Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Cc: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/isdn/gigaset/interface.c