Page MenuHomeFreeBSD

clk: Fix "clk_parse_ofw_out_names" indices parameter
ClosedPublic

Authored by jmcneill on Mar 22 2016, 1:06 PM.
Tags
Referenced Files
F172108393: D5702.id14512.diff
Wed, Sep 16, 5:11 AM
Unknown Object (File)
Sat, Sep 12, 11:13 PM
Unknown Object (File)
Thu, Sep 10, 8:56 PM
Unknown Object (File)
Tue, Sep 8, 3:58 AM
Unknown Object (File)
Sun, Sep 6, 12:30 AM
Unknown Object (File)
Fri, Sep 4, 7:32 PM
Unknown Object (File)
Fri, Sep 4, 6:29 PM
Unknown Object (File)
Fri, Sep 4, 2:08 AM
Subscribers

Details

Summary

The clk_parse_ofw_out_names function is supposed to return a list of indices when the clock-indices property is present, so the "uint32_t *" parameter needs to become "uint32_t **".

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jmcneill retitled this revision from to clk: Fix "clk_parse_ofw_out_names" indices parameter.
jmcneill updated this object.
jmcneill edited the test plan for this revision. (Show Details)
jmcneill added reviewers: mmel, ARM.
jmcneill set the repository for this revision to rS FreeBSD src repository - subversion.
jmcneill added a project: ARM.
This revision is now accepted and ready to land.Mar 22 2016, 1:12 PM
adrian added a reviewer: adrian.
This revision was automatically updated to reflect the committed changes.