commit | 049c6b4e8f85d9ef5f26c8a974e5e9fb084f8ce0 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Sep 14 16:30:23 2012 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Sep 14 16:30:23 2012 -0700 |
tree | eb8ed1608f26242f8af733a267b68c3de2e1ab87 | |
parent | 9c134a14f2da1631d583090a898a8b9d40930472 [diff] |
USB: serial: keyspan: remove dbg() usage dbg() was a very old USB-serial-specific macro. This patch removes it from being used in the keyspan driver and uses dev_dbg() instead. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>