Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F169819767
D59119.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D59119.diff
View Options
diff --git a/sys/arm/ti/clk/ti_gate_clock.c b/sys/arm/ti/clk/ti_gate_clock.c
--- a/sys/arm/ti/clk/ti_gate_clock.c
+++ b/sys/arm/ti/clk/ti_gate_clock.c
@@ -185,7 +185,7 @@
if (err) {
/* free_clkdef will be called in ti_gate_new_pass */
DPRINTF(sc->sc_dev, "find_parent_clock_names failed\n");
- bus_attach_children(sc->dev);
+ bus_attach_children(sc->sc_dev);
return (0);
}
@@ -194,7 +194,7 @@
if (err) {
/* free_clkdef will be called in ti_gate_new_pass */
DPRINTF(sc->sc_dev, "register_clk failed\n");
- bus_attach_children(sc->dev);
+ bus_attach_children(sc->sc_dev);
return (0);
}
@@ -202,7 +202,7 @@
free_clkdef(&sc->gate_def.clkdef);
- bus_attach_children(sc->dev);
+ bus_attach_children(sc->sc_dev);
return (0);
}
diff --git a/sys/arm/ti/clk/ti_mux_clock.c b/sys/arm/ti/clk/ti_mux_clock.c
--- a/sys/arm/ti/clk/ti_mux_clock.c
+++ b/sys/arm/ti/clk/ti_mux_clock.c
@@ -167,7 +167,7 @@
if (err) {
/* free_clkdef will be called in ti_mux_new_pass */
DPRINTF(sc->sc_dev, "find_parent_clock_names failed\n");
- bus_attach_children(sc->dev);
+ bus_attach_children(sc->sc_dev);
return (0);
}
@@ -176,7 +176,7 @@
if (err) {
/* free_clkdef will be called in ti_mux_new_pass */
DPRINTF(sc->sc_dev, "register_clk failed\n");
- bus_attach_children(sc->dev);
+ bus_attach_children(sc->sc_dev);
return (0);
}
@@ -184,7 +184,7 @@
free_clkdef(&sc->mux_def.clkdef);
- bus_attach_children(sc->dev);
+ bus_attach_children(sc->sc_dev);
return (0);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Sep 3, 4:14 PM (2 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37516277
Default Alt Text
D59119.diff (1 KB)
Attached To
Mode
D59119: arm/ti: correct softc member name in ti_mux_clock and ti_gate_clock
Attached
Detach File
Event Timeline
Log In to Comment