Re: [PATCH] USB: remove dbg() usage in USB networking drivers

2012-09-19 Thread Greg Kroah-Hartman
On Wed, Sep 19, 2012 at 10:53:32AM -0700, Joe Perches wrote: > On Wed, 2012-09-19 at 18:13 +0100, Greg Kroah-Hartman wrote: > > The dbg() USB macro is so old, it predates me. The USB networking drivers > > are > > the last hold-out using this macro, and we want to get rid of it, so replace > > th

Re: [PATCH] USB: remove dbg() usage in USB networking drivers

2012-09-19 Thread Joe Perches
On Wed, 2012-09-19 at 18:13 +0100, Greg Kroah-Hartman wrote: > The dbg() USB macro is so old, it predates me. The USB networking drivers are > the last hold-out using this macro, and we want to get rid of it, so replace > the usage of it with the proper netdev_dbg() or dev_dbg() (depending on the