]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: ehci-mx5: Use 'bool' instead of 'unsigned char'
authorFabio Estevam <fabio.estevam@freescale.com>
Fri, 26 Jul 2013 16:54:28 +0000 (13:54 -0300)
committerMarek Vasut <marex@denx.de>
Mon, 26 Aug 2013 19:56:34 +0000 (21:56 +0200)
commit76b6b196148dbd7201b297e73e4311a2ea3f16a9
treed2a77df847ba0725a1b870e655cca10a6bc81392
parentc3904128ad8c85b91bf1df2ed4b38fa8a17f32a6
usb: ehci-mx5: Use 'bool' instead of 'unsigned char'

The 'enable' argument can be better expressed as boolean.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Reviewed-by: Otavio Salvador <otavio@ossystems.com.br>
arch/arm/cpu/armv7/mx5/clock.c
arch/arm/include/asm/arch-mx5/clock.h
drivers/usb/host/ehci-mx5.c