mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue