commit | 28c0ada62d39eaafef03d88a4e6f4c5bcb6e1b6c | [log] [tgz] |
---|---|---|
author | anish kumar <anish198519851985@gmail.com> | Thu Aug 30 00:35:10 2012 +0530 |
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | Mon Oct 22 11:28:10 2012 +0900 |
tree | 6f4f01eab4ad9c1e59265362a3077a50449cba60 | |
parent | 0cf6ad8a18f7f7bdbb81975188d9e0656ef277dd [diff] |
extcon: optimising the check_mutually_exclusive function Rather than re-inventing the wheel we can use the hamming function to calculate the number of bits set to check for violation of exclusivity. Signed-off-by: anish kumar <anish198519851985@gmail.com> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>