linux-sg2042/drivers/usb/gadget
Luc Van Oostenryck 064b407542 usb: gadget: f_phonet: fix pn_net_xmit()'s return type
The method ndo_start_xmit() is defined as returning an 'netdev_tx_t',
which is a typedef for an enum type, but the implementation in this
driver returns an 'int'.

Fix this by returning 'netdev_tx_t' in this driver too.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
2018-04-25 12:46:53 +03:00
..
function usb: gadget: f_phonet: fix pn_net_xmit()'s return type 2018-04-25 12:46:53 +03:00
legacy USB/PHY patches for 4.17-rc1 2018-04-04 17:55:35 -07:00
udc usb: gadget: udc: core: update usb_ep_queue() documentation 2018-03-26 13:22:09 +02:00
Kconfig
Makefile
composite.c usb/gadget: Add an EP dispose() callback for EP lifetime tracking 2018-03-23 09:51:43 +02:00
config.c
configfs.c
configfs.h
epautoconf.c
functions.c
u_f.c
u_f.h USB: gadget: f_midi: fixing a possible double-free in f_midi 2018-03-26 11:53:14 +02:00
u_os_desc.h
usbstring.c