usb: musb: tusb6010: fix a possible missing data type replacement
authorMacpaul Lin <macpaul.lin@mediatek.com>
Mon, 16 Mar 2020 21:11:36 +0000 (16:11 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Mar 2020 19:03:28 +0000 (20:03 +0100)
commit1e1769daeeed5d927738ba54c75041b0ddd78347
tree50c8903ce9378af75c72331a7352640e697c4bce
parent52974d94a206ce428d9d9b6eaa208238024be82a
usb: musb: tusb6010: fix a possible missing data type replacement

Replace "unsigned" to "u32" for checkpatch fix to tusb_writeb().

Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com>
Signed-off-by: Bin Liu <b-liu@ti.com>
Link: https://lore.kernel.org/r/20200316211136.2274-9-b-liu@ti.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/tusb6010.c