]> git.baikalelectronics.ru Git - kernel.git/commit
USB: file.c: remove dbg() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:33:35 +0000 (21:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:33:35 +0000 (21:33 -0700)
commit5e2bac3390651e7fa1bf05ce547982d71fe32ed3
tree44b59cb5e0f95fadb45b3cca5d9a4118493f743a
parenta70ebaf0291f76385833865cefa2e4d3df82511e
USB: file.c: remove dbg() usage

dbg() was a very old USB-specific macro that should no longer
be used. This patch removes it from being used in the driver
and uses dev_dbg() instead.

CC: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/file.c