Searched hist:aadbe812463f8af1751debb0eaaeec8a778d7ff1 (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/usb/gadget/ |
H A D | u_f.c | diff aadbe812463f8af1751debb0eaaeec8a778d7ff1 Tue Aug 23 19:24:49 CEST 2016 Felipe F. Tonello <eu@felipetonello.com> usb: gadget: remove useless parameter in alloc_ep_req()
The default_length parameter of alloc_ep_req was not really necessary and gadget drivers would almost always create an inline function to pass the same value to len and default_len.
This patch removes that parameter and updates all calls to alloc_ep_req() to use the new API.
Signed-off-by: Felipe F. Tonello <eu@felipetonello.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
|
/linux/drivers/usb/gadget/function/ |
H A D | f_loopback.c | diff aadbe812463f8af1751debb0eaaeec8a778d7ff1 Tue Aug 23 19:24:49 CEST 2016 Felipe F. Tonello <eu@felipetonello.com> usb: gadget: remove useless parameter in alloc_ep_req()
The default_length parameter of alloc_ep_req was not really necessary and gadget drivers would almost always create an inline function to pass the same value to len and default_len.
This patch removes that parameter and updates all calls to alloc_ep_req() to use the new API.
Signed-off-by: Felipe F. Tonello <eu@felipetonello.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
|
H A D | f_sourcesink.c | diff aadbe812463f8af1751debb0eaaeec8a778d7ff1 Tue Aug 23 19:24:49 CEST 2016 Felipe F. Tonello <eu@felipetonello.com> usb: gadget: remove useless parameter in alloc_ep_req()
The default_length parameter of alloc_ep_req was not really necessary and gadget drivers would almost always create an inline function to pass the same value to len and default_len.
This patch removes that parameter and updates all calls to alloc_ep_req() to use the new API.
Signed-off-by: Felipe F. Tonello <eu@felipetonello.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
|
H A D | f_midi.c | diff aadbe812463f8af1751debb0eaaeec8a778d7ff1 Tue Aug 23 19:24:49 CEST 2016 Felipe F. Tonello <eu@felipetonello.com> usb: gadget: remove useless parameter in alloc_ep_req()
The default_length parameter of alloc_ep_req was not really necessary and gadget drivers would almost always create an inline function to pass the same value to len and default_len.
This patch removes that parameter and updates all calls to alloc_ep_req() to use the new API.
Signed-off-by: Felipe F. Tonello <eu@felipetonello.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
|
H A D | f_hid.c | diff aadbe812463f8af1751debb0eaaeec8a778d7ff1 Tue Aug 23 19:24:49 CEST 2016 Felipe F. Tonello <eu@felipetonello.com> usb: gadget: remove useless parameter in alloc_ep_req()
The default_length parameter of alloc_ep_req was not really necessary and gadget drivers would almost always create an inline function to pass the same value to len and default_len.
This patch removes that parameter and updates all calls to alloc_ep_req() to use the new API.
Signed-off-by: Felipe F. Tonello <eu@felipetonello.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
|