Mike Silbersack 2b39b8273f Quick change to r186026. One of the conditionals was:
if (batt_sleep_ms)
	AcpiOsSleep(1);

where the rest are all:

if (batt_sleep_ms)
	AcpiOsSleep(batt_sleep_ms);

I can't recall why that one was different, so change it
to match the rest.

Pointed out by:	Christoph Mallon
MFC after:	2 weeks
2008-12-13 07:45:48 +00:00
..
2008-11-03 18:28:12 +00:00
2007-11-08 21:20:34 +00:00
2005-09-11 18:39:03 +00:00
2005-09-11 18:39:03 +00:00
2008-11-25 19:06:20 +00:00
2006-04-21 19:06:29 +00:00