commit | 75ecb9dd56a7c360ed487ee809d8e4a026fd7152 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Mar 27 17:17:37 2019 +0200 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Fri May 03 09:13:48 2019 +0300 |
tree | 565d58b7d09b2e0a93f47478cfd9b2ffbb1e9be7 | |
parent | c0c61471ef8664d8c54c53344efd26e180410821 [diff] |
usb: dwc3: Free resource immediately after use When we read an array of integers from device properties, the temporary buffer is allocated. However, in case of dwc3_set_incr_burst_type() it's not freed. Free allocated buffer immediately after use. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>