diff options
author | Grigor Tovmasyan <Grigor.Tovmasyan@synopsys.com> | 2018-04-03 13:22:25 +0200 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2018-05-21 09:40:16 +0200 |
commit | 47265c067c0d129f3a0e94bc221293a780af9d78 (patch) | |
tree | 0b283bad258f5009f43bc3061c57305655dae467 /drivers/usb/host/xhci-dbgtty.c | |
parent | usb: gadget: udc: renesas_usb3: fix double phy_put() (diff) | |
download | linux-47265c067c0d129f3a0e94bc221293a780af9d78.tar.xz linux-47265c067c0d129f3a0e94bc221293a780af9d78.zip |
usb: dwc2: gadget: Fix coverity issue
When _param is unsigned and the minimum value of range is 0, it gives
the following warning:
COVERITY NO_EFFECT: This less-than-zero comparison of an unsigned value
is never true.
Converting ._param to int to avoid this warning.
Signed-off-by: Grigor Tovmasyan <tovmasya@synopsys.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'drivers/usb/host/xhci-dbgtty.c')
0 files changed, 0 insertions, 0 deletions