diff options
author | Tilman Schmidt <tilman@imap.cc> | 2008-11-30 00:38:28 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-30 00:38:28 -0500 |
commit | 25f13048bce61f33f6a102e0bf377fd3922ed364 (patch) | |
tree | 1d73eb3432e324b3db90043ad80c51269b47fba9 /drivers/isdn/gigaset/ser-gigaset.c | |
parent | af4218c3a699542adc9b76c8972828a726e7b0dc (diff) |
gigaset: get rid of info() and warn() macros
Join the move away from the obsolete info() macro, opencoding the
remaining uses. While we're at it, also get rid of the warn() macro
by promoting the three remaining uses to err().
Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/gigaset/ser-gigaset.c')
-rw-r--r-- | drivers/isdn/gigaset/ser-gigaset.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/isdn/gigaset/ser-gigaset.c b/drivers/isdn/gigaset/ser-gigaset.c index 0b8c8f2b433f..b306a2ff7312 100644 --- a/drivers/isdn/gigaset/ser-gigaset.c +++ b/drivers/isdn/gigaset/ser-gigaset.c | |||
@@ -513,8 +513,7 @@ gigaset_tty_open(struct tty_struct *tty) | |||
513 | 513 | ||
514 | gig_dbg(DEBUG_INIT, "Starting HLL for Gigaset M101"); | 514 | gig_dbg(DEBUG_INIT, "Starting HLL for Gigaset M101"); |
515 | 515 | ||
516 | info(DRIVER_AUTHOR); | 516 | printk(KERN_INFO KBUILD_MODNAME ": " DRIVER_DESC "\n"); |
517 | info(DRIVER_DESC); | ||
518 | 517 | ||
519 | if (!driver) { | 518 | if (!driver) { |
520 | err("%s: no driver structure", __func__); | 519 | err("%s: no driver structure", __func__); |