amdgpio: small formatting cleanup

MFC after:	2 weeks
This commit is contained in:
Andriy Gapon 2019-05-24 06:07:33 +00:00
parent cada7eafac
commit ed3f0b8a21

View File

@ -356,7 +356,6 @@ amdgpio_probe(device_t dev)
if (acpi_disabled("gpio"))
return (ENXIO);
rv = ACPI_ID_PROBE(device_get_parent(dev), dev, gpio_ids, NULL);
if (rv <= 0)
device_set_desc(dev, "AMD GPIO Controller");