[PATCH 4/5] staging: rtl8188eu: dont mix success and error path

2015-07-21 Thread Sudip Mukherjee
Success and error path was mixed. Separate them by directly returning 0 from the success path. In the process remove the variable which became unused. Signed-off-by: Sudip Mukherjee --- drivers/staging/rtl8188eu/os_dep/usb_intf.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-)

[PATCH 4/5] staging: rtl8188eu: dont mix success and error path

2015-07-21 Thread Sudip Mukherjee
Success and error path was mixed. Separate them by directly returning 0 from the success path. In the process remove the variable which became unused. Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- drivers/staging/rtl8188eu/os_dep/usb_intf.c | 8 +++- 1 file changed, 3