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.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to