commit | 48f5e7493a6a0ac2cf6cf41835495a1f67f4a57c | [log] [tgz] |
---|---|---|
author | Hariprasad Kelam <hariprasad.kelam@gmail.com> | Wed Jun 05 17:34:25 2019 +0530 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Jun 18 11:58:29 2019 +0300 |
tree | 73e5e67c13b5acc446ce6875debb0c726e4b86f0 | |
parent | 811e5c3d3c4adf0b037fab3417395d3060a4492a [diff] |
USB: omap_udc: Remove unneeded variable With the current implementation omap_udc_stop is always returning -ENODEV. Added changes to return 0 and remove variable status. Issue identified with coccicheck drivers/usb/gadget/udc/omap_udc.c:2106:6-12: Unneeded variable: "status". Return "- ENODEV" on line 2128 Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>