Page MenuHomeFreeBSD

qcom_tlmm: fix compiler errors, return error code
ClosedPublic

Authored by adrian on Sep 12 2022, 6:37 AM.
Tags
None
Referenced Files
F172192998: D36534.id110474.diff
Wed, Sep 16, 6:22 PM
F172191718: D36534.id110459.diff
Wed, Sep 16, 6:09 PM
F172172606: D36534.diff
Wed, Sep 16, 2:50 PM
Unknown Object (File)
Fri, Sep 11, 4:10 AM
Unknown Object (File)
Sun, Sep 6, 2:42 AM
Unknown Object (File)
Sat, Sep 5, 11:02 PM
Unknown Object (File)
Sat, Sep 5, 8:03 PM
Unknown Object (File)
Sat, Sep 5, 5:04 PM
Subscribers

Details

Summary

This was failing due to unused return values; so just use them.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This is more of a 'return the return value that the compiler found I wasn't using' which is a bit different than the dead code stuff.

This revision is now accepted and ready to land.Sep 12 2022, 6:35 PM