Re: [PATCH v2 6/8] usb: ehci-omap: add helpers for checking port mode

2010-11-30 Thread Greg KH
On Tue, Nov 30, 2010 at 08:14:36PM +0530, Anand Gadiyar wrote: > On 11/30/2010 5:55 PM, Sergei Shtylyov wrote: > > Hello. > > > > On 29-11-2010 20:25, Anand Gadiyar wrote: > > > >> Introduce helper functions to test port mode. These checks are > >> performed in several places in the driver, and t

Re: [PATCH v2 6/8] usb: ehci-omap: add helpers for checking port mode

2010-11-30 Thread Anand Gadiyar
On 11/30/2010 5:55 PM, Sergei Shtylyov wrote: > Hello. > > On 29-11-2010 20:25, Anand Gadiyar wrote: > >> Introduce helper functions to test port mode. These checks are >> performed in several places in the driver, and these helpers >> improve readability. > >> Signed-off-by: Anand Gadiyar > [..

Re: [PATCH v2 6/8] usb: ehci-omap: add helpers for checking port mode

2010-11-30 Thread Sergei Shtylyov
Hello. On 29-11-2010 20:25, Anand Gadiyar wrote: Introduce helper functions to test port mode. These checks are performed in several places in the driver, and these helpers improve readability. Signed-off-by: Anand Gadiyar [...] diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host

[PATCH v2 6/8] usb: ehci-omap: add helpers for checking port mode

2010-11-29 Thread Anand Gadiyar
Introduce helper functions to test port mode. These checks are performed in several places in the driver, and these helpers improve readability. Signed-off-by: Anand Gadiyar --- drivers/usb/host/ehci-omap.c | 21 - 1 files changed, 12 insertions(+), 9 deletions(-) diff --g