arm64: QorIQ: gpio: return BUS_PROBE_DEFAULT

There is no reason this driver can't return default probe value.

Submitted by: Artur Rojek <ar@semihalf.com>
Reviewed by: emaste, mmel
Obtained from: Semihalf
Sponsored by: Alstom Group
Differential Revision: https://reviews.freebsd.org/D26869
This commit is contained in:
Marcin Wojtas 2021-01-06 15:18:53 +01:00
parent 39c24889b0
commit ca71c7e3bb

View File

@ -239,7 +239,7 @@ qoriq_gpio_probe(device_t dev)
device_set_desc(dev, "Integrated GPIO Controller");
return (0);
return (BUS_PROBE_DEFAULT);
}
static int