commit | eac44dc4e769a0f1db244dea13e10923c2877887 | [log] [tgz] |
---|---|---|
author | Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> | Sun Jun 01 15:48:12 2014 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Mon Jun 30 12:27:01 2014 -0500 |
tree | 6178bf45feeef8211c4c96ec4829826ff15b61b2 | |
parent | f875bf351889ace841ce9477b058a023e2414690 [diff] |
usb: musb: musb_host.c: Cleaning up uninitialized variables There is a risk that the variable will be used without being initialized. This was largely found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> Signed-off-by: Felipe Balbi <balbi@ti.com>