]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8188eu: Remove function _rtw_write_port_cancel()
authornavin patidar <navin.patidar@gmail.com>
Wed, 11 Jun 2014 17:21:30 +0000 (22:51 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2014 22:34:01 +0000 (15:34 -0700)
commit385f2a3924af3267e12a1f0ce29b9dc39419a0c8
treea0696558ac2740fb6ae543c6eff6b72182984719
parent356379c418f8a1602c42fe998695beb3438b32ac
staging: rtl8188eu: Remove function _rtw_write_port_cancel()

_rtw_write_port_cancel() is a wrapper function, being used to call
usb_write_port_cancel().
Call usb_write_port_cancel() directly and drop _rtw_write_port_cancel().

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_io.c
drivers/staging/rtl8188eu/hal/usb_ops_linux.c
drivers/staging/rtl8188eu/include/rtw_io.h
drivers/staging/rtl8188eu/os_dep/usb_intf.c