commit | 0523326af4e505d837968a5694c99c0ee1d0041c | [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 | d3c1b514dc4774d14150cba9a19de22cc2a37e7a [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>