]> git.baikalelectronics.ru Git - kernel.git/commit
USB: xusbatm.c: remove dbg() usage
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:33:30 +0000 (21:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 04:33:30 +0000 (21:33 -0700)
commitdcfe5d90c474631af1fe1edf96b10e7344f31c80
treecef57dbf963e12153f42df99a07cfd3658a59b08
parentd0a29dd15370ba5625052312630fc90d9493de1e
USB: xusbatm.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.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/atm/xusbatm.c