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

2012-09-20 Thread David Miller
From: Greg Kroah-Hartman Date: Wed, 19 Sep 2012 20:46:14 +0100 > From: Greg Kroah-Hartman > > 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_db

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

2012-09-20 Thread Greg Kroah-Hartman
On Thu, Sep 20, 2012 at 03:07:13AM -0700, Joe Perches wrote: > On Wed, 2012-09-19 at 20:46 +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 v2] USB: remove dbg() usage in USB networking drivers

2012-09-20 Thread Joe Perches
On Wed, 2012-09-19 at 20:46 +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

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

2012-09-19 Thread Greg Kroah-Hartman
From: Greg Kroah-Hartman 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 context) calls. Some places we end up u