usb: musb: use true for 'use_dma'
authorJason Yan <yanaijie@huawei.com>
Mon, 25 May 2020 02:50:46 +0000 (21:50 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 May 2020 11:36:30 +0000 (13:36 +0200)
commite62361c721453b5cf76ce3bb8680fb8bc0832098
treed0c90c83f11d81f85d9029d8724540648ab5e922
parent7f88a5ac393f39319f69b8b20cc8d5759878d1a1
usb: musb: use true for 'use_dma'

Fix the following coccicheck warning:

drivers/usb/musb/musb_core.c:1798:12-19: WARNING: Assignment of 0/1 to
bool variable

Signed-off-by: Jason Yan <yanaijie@huawei.com>
Signed-off-by: Bin Liu <b-liu@ti.com>
Link: https://lore.kernel.org/r/20200525025049.3400-4-b-liu@ti.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/musb_core.c