staging: r8188eu: change last argument type of the usb_write_port function
authorIvan Safonov <insafonov@gmail.com>
Sun, 18 Sep 2016 17:23:42 +0000 (00:23 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Sep 2016 11:33:48 +0000 (13:33 +0200)
commit43969aa7e8506765412087f5c1fc5ae4f0fe5d9a
tree6c1b09b6c2496bef058cdf8d4653fcb3e0efe110
parentd37843d1a956bf87e219067a0f45bc82db260216
staging: r8188eu: change last argument type of the usb_write_port function

usb_write_port writes only xmit_buf object data to device.
In addition, an appropriate name for this argument is used.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c
drivers/staging/rtl8188eu/include/usb_ops_linux.h
drivers/staging/rtl8188eu/os_dep/usb_ops_linux.c