gigaset: use dev_ macros for messages
authorTilman Schmidt <[email protected]>
Thu, 24 Jul 2008 04:28:27 +0000 (21:28 -0700)
committerLinus Torvalds <[email protected]>
Thu, 24 Jul 2008 17:47:22 +0000 (10:47 -0700)
commit5002779d37b261271da9883e06c14b097d4781c4
treeece2970332e97d581938e210c139e42b1c528018
parent9b3e43a747c74029b0acf6acf4666601f132f471
gigaset: use dev_ macros for messages

The info() / warn() / err() macros from usb.h for generating kernel
messages are considered inferior to dev_info() / dev_warn() / dev_err()
from device.h.  Replace them where possible.  Also correct the severity
level and improve the text of one message.

Signed-off-by: Tilman Schmidt <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/isdn/gigaset/asyncdata.c
drivers/isdn/gigaset/common.c
drivers/isdn/gigaset/gigaset.h
drivers/isdn/gigaset/i4l.c
drivers/isdn/gigaset/interface.c
drivers/isdn/gigaset/usb-gigaset.c