]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
usb: gadget: udc: remove comparison to bool in mv_u3d_core.c
authorJason Yan <yanaijie@huawei.com>
Sun, 26 Apr 2020 09:42:19 +0000 (17:42 +0800)
committerFelipe Balbi <balbi@kernel.org>
Mon, 25 May 2020 08:09:40 +0000 (11:09 +0300)
commit30755dd5047620a715c08f021f3b30e46cb8cc47
tree87ef8e628798ac411ca5a56e48437762a1d8346f
parentfe4ff11798dfb0f6a7f7657c8f01b52837c4b184
usb: gadget: udc: remove comparison to bool in mv_u3d_core.c

Fix the following coccicheck warning:

drivers/usb/gadget/udc/mv_u3d_core.c:1551:5-13: WARNING: Comparison to
bool

Signed-off-by: Jason Yan <yanaijie@huawei.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
drivers/usb/gadget/udc/mv_u3d_core.c