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:
parent
39c24889b0
commit
ca71c7e3bb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user