commit | 7bb0dffd0516b07cf23fe5121a0b1d4f55566cf6 | [log] [tgz] |
---|---|---|
author | simran singhal <singhalsimran0@gmail.com> | Tue Jun 20 10:57:28 2017 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jun 23 19:36:49 2017 +0200 |
tree | b4c1fd74e4431daf17d0cc12ab59910a09e80a72 | |
parent | 888db9a6e02c8bf82c2753acf146c71b662c5ba5 [diff] |
staging: rtl8723bs: hal: Use (true/false) in assignment to bool This patch assigns (true/false) to boolean EDCCA_State instead of (1/0). And, there is no need of comparing EDCCA_State explicitly with constant 1. Signed-off-by: simran singhal <singhalsimran0@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>