Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161368493
D55159.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
477 B
Referenced Files
None
Subscribers
None
D55159.id.diff
View Options
diff --git a/sys/dev/sdhci/sdhci_fdt_rockchip.c b/sys/dev/sdhci/sdhci_fdt_rockchip.c
--- a/sys/dev/sdhci/sdhci_fdt_rockchip.c
+++ b/sys/dev/sdhci/sdhci_fdt_rockchip.c
@@ -113,9 +113,6 @@
static int
sdhci_fdt_rockchip_probe(device_t dev)
{
- struct sdhci_fdt_softc *sc = device_get_softc(dev);
-
- sc->quirks = 0;
if (!ofw_bus_status_okay(dev))
return (ENXIO);
@@ -130,7 +127,7 @@
return (ENXIO);
}
- return (0);
+ return (BUS_PROBE_DEFAULT);
}
static int
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jul 4, 5:14 AM (3 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34653165
Default Alt Text
D55159.id.diff (477 B)
Attached To
Mode
D55159: sdhci_fdt_rockchip: Don't return 0 from probe routine
Attached
Detach File
Event Timeline
Log In to Comment