]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USB: serial: kobil_sct: switch 4 remaining printk() calls to use dev_dbg
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 16:03:31 +0000 (17:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2012 16:03:31 +0000 (17:03 +0100)
commit6c27ad83ace843d339f7893a4af0b65cdfeb130c
tree55bac703f23c513763a8ec1ff3975c45b0be4d3e
parent7663e3088dcf810435c644f73bd2909362b8dc49
USB: serial: kobil_sct: switch 4 remaining printk() calls to use dev_dbg

These somehow got missed previously (as they weren't calling dbg(), but
rather printk() directly), so move over to using dev_dbg() as we never
want to see startup messages unless debugging is enabled.

Cc: Johan Hovold <jhovold@gmail.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/kobil_sct.c