commit | 69bb99738b5c6d56d2b1a75db9cbb4d187453c1a | [log] [tgz] |
---|---|---|
author | Felipe F. Tonello <eu@felipetonello.com> | Mon Aug 08 21:30:05 2016 +0100 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Thu Aug 25 12:13:13 2016 +0300 |
tree | 6a40345e6239a2b7583cf7532e135202dc346385 | |
parent | 16b114a6d7973cf027e4c2b23eae1076eaf98c25 [diff] |
usb: gadget: change len to size_t on alloc_ep_req() Length of buffers should be of type size_t whenever possible. Altough recommended, this change has no real practical change, unless a driver has a uses a huge or negative buffer size - it might help find these bugs. Signed-off-by: Felipe F. Tonello <eu@felipetonello.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>