Fix style after r340832
Reported by: jhb Reviewed by: jhb, jtl Approved by: jtl (mentor) MFC after: 3 days Differential Revision: https://reviews/freebsd.org/D18354
This commit is contained in:
parent
df7e2e0d99
commit
00377637a7
@ -172,7 +172,7 @@ acpi_battery_get_battinfo(device_t dev, struct acpi_battinfo *battinfo)
|
||||
* Be sure we can get various info from the battery.
|
||||
*/
|
||||
if (ACPI_BATT_GET_STATUS(batt_dev, &bst[i]) != 0 ||
|
||||
ACPI_BATT_GET_INFO(batt_dev, bif) != 0)
|
||||
ACPI_BATT_GET_INFO(batt_dev, bif) != 0)
|
||||
continue;
|
||||
|
||||
/* If a battery is not installed, we sometimes get strange values. */
|
||||
|
Loading…
Reference in New Issue
Block a user