Re: [PATCH 2/2] staging: rtl8188eu: Use USB subsystem functions to check endpoint type

2014-04-29 Thread Dan Carpenter
On Tue, Apr 29, 2014 at 06:55:13AM +0530, navin patidar wrote: > Use inline functions provided by USB subsystem to check endpoint type, > instead of inline functions implemented by driver to do the same. > > Signed-off-by: navin patidar Looks nice. Thanks. :) Reviewed-by: Dan Carpenter

Re: [PATCH 2/2] staging: rtl8188eu: Use USB subsystem functions to check endpoint type

2014-04-29 Thread Dan Carpenter
On Tue, Apr 29, 2014 at 06:55:13AM +0530, navin patidar wrote: Use inline functions provided by USB subsystem to check endpoint type, instead of inline functions implemented by driver to do the same. Signed-off-by: navin patidar navin.pati...@gmail.com Looks nice. Thanks. :) Reviewed-by:

[PATCH 2/2] staging: rtl8188eu: Use USB subsystem functions to check endpoint type

2014-04-28 Thread navin patidar
Use inline functions provided by USB subsystem to check endpoint type, instead of inline functions implemented by driver to do the same. Signed-off-by: navin patidar --- drivers/staging/rtl8188eu/os_dep/usb_intf.c | 57 +-- 1 file changed, 10 insertions(+), 47

[PATCH 2/2] staging: rtl8188eu: Use USB subsystem functions to check endpoint type

2014-04-28 Thread navin patidar
Use inline functions provided by USB subsystem to check endpoint type, instead of inline functions implemented by driver to do the same. Signed-off-by: navin patidar navin.pati...@gmail.com --- drivers/staging/rtl8188eu/os_dep/usb_intf.c | 57 +-- 1 file changed, 10