[PATCH 1/4] mfd: rtsx: Generify call-back operations in orderto reduce code duplication
micky
micky_ching at realsil.com.cn
Thu Nov 14 22:43:01 EST 2013
On 11/14/2013 05:29 PM, Lee Jones wrote:
> + if (rtl8411b_is_qfn48(pcr))
> + set_pull_ctrl_tables(rtl8411b_qfn48);
> + else
> + set_pull_ctrl_tables(rtl8411b_qfn64);
Here will cause some problem, set_pull_ctrl_tables() include not a single
statements, will make the if-else not work correctly.
--
Best Regards
Micky.
More information about the linux-arm-kernel
mailing list