Searched hist:186031 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/dev/acpica/
H A Dacpi_smbat.cdiff 186031 Sat Dec 13 07:58:42 MST 2008 silby 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

Completed in 39 milliseconds