Staging: rtl8723au: Use USB API functions
authorVaishali Thakkar <vthakkar1994@gmail.com>
Sat, 25 Oct 2014 06:26:29 +0000 (11:56 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Oct 2014 10:42:36 +0000 (18:42 +0800)
commit94d2fc6361a75b61a0753114e52379f1c900fb30
tree45cc664553836c3511efd8c951f74d1932fcb864
parenta02fd66ec80d25ff9c792e96bdc895e4b8e0935b
Staging: rtl8723au: Use USB API functions

This patch replaces driver specific functions(RT_usb_endpoint_is_bulk_in,
RT_usb_endpoint_is_bulk_out, RT_usb_endpoint_is_int_in) with USB API
functions(usb_endpoint_is_bulk_in, usb_endpoint_is_bulk_out,
usb_endpoint_is_int_in).

Also, this patch removes these three RT functions as they are no longer
needed after replacement.

This patch also have one line over 80 characters as limiting it to 80
characters does not make code look good.

Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/os_dep/usb_intf.c