commit | 5d073ca665e46ee1a12f5b75edf9ccfde9309ae5 | [log] [tgz] |
---|---|---|
author | Patrick Wildt <patrick@blueri.se> | Tue Jul 13 23:02:18 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 23 07:13:25 2021 -0400 |
tree | 8c8b8a3233bbc0545a0c0433ce1eb13627c8582b | |
parent | be03531861396eb67be61b88bd17def53e67cba3 [diff] |
mux: correct prototype for mux_control_try_select() The macro should be passed a state, which should be passed to the actual function. Otherwise using that macro would yield a build error. Signed-off-by: Patrick Wildt <patrick@blueri.se> Reviewed-by: Pratyush Yadav <p.yadav@ti.com>