]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
staging: rtl8723bs: hal: Use (true/false) in assignment to bool
authorsimran singhal <singhalsimran0@gmail.com>
Tue, 20 Jun 2017 05:27:28 +0000 (10:57 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Jun 2017 17:36:49 +0000 (19:36 +0200)
commit7bb0dffd0516b07cf23fe5121a0b1d4f55566cf6
treeb4c1fd74e4431daf17d0cc12ab59910a09e80a72
parent888db9a6e02c8bf82c2753acf146c71b662c5ba5
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>
drivers/staging/rtl8723bs/hal/odm_DIG.c