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
F153761878: D36534.id110495.diff
Thu, Apr 23, 12:39 PM
Unknown Object (File)
Thu, Apr 23, 3:04 AM
Unknown Object (File)
Wed, Apr 22, 10:48 PM
Unknown Object (File)
Wed, Apr 22, 7:28 PM
Unknown Object (File)
Tue, Apr 21, 11:40 AM
Unknown Object (File)
Mon, Apr 20, 11:06 PM
Unknown Object (File)
Sat, Apr 11, 9:14 AM
Unknown Object (File)
Sat, Apr 11, 8:30 AM
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