OSDN Git Service

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)
commit14af3550a69b9356d81a14f277209e362c3a0024
treea0696558ac2740fb6ae543c6eff6b72182984719
parent05fa5ec2d8d12892f9945beebd3fdbfde7853b91
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