Jaya Kumar 47fd6f7c94 [ARM] 5335/1: pxa25x_udc: Fix is_vbus_present to return 1 or 0
the use of is_blah() suggests a 1 or 0 return. This assumption is made in
pxa25x_udc code such as:
	dev->vbus = is_vbus_present();
where dev->vbus is a bitfield. This fix allows pxa25x_udc_probe to correctly
detect vbus. Other changes were to make its use consistent in the rest of
the code.

Signed-off-by: Jaya Kumar <jayakumar.lkml@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2008-11-23 15:49:59 +00:00
..
2008-10-22 10:05:28 -07:00
2008-11-13 14:45:06 -08:00
2008-10-17 14:40:53 -07:00
2008-11-01 09:49:46 -07:00
2008-10-17 14:41:00 -07:00
2008-04-28 10:03:31 -07:00
2008-07-21 15:16:10 -07:00
2008-10-17 14:41:00 -07:00
2008-07-21 15:16:10 -07:00
2008-10-17 14:40:53 -07:00
2008-10-16 09:24:46 -07:00