commit | b09e99ee7c2b7ee80cca128b93b07fb830e6ecad | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu May 15 15:53:32 2014 +0300 |
committer | Felipe Balbi <balbi@ti.com> | Thu May 15 10:26:21 2014 -0500 |
tree | c3ef26babf9053b0d4c41a620c4def8389e88e5c | |
parent | 7419485f197c436d41535df78ddea1085042d271 [diff] |
usb: dwc3: no need to initialize ret variable First usage of ret variable will re-write initial value. Thus, there is no need to initialize it. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Felipe Balbi <balbi@ti.com>