]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8188eu: fix comparsions to true
authorMichael Straube <straube.linux@gmail.com>
Tue, 18 Sep 2018 08:07:07 +0000 (10:07 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2018 11:30:18 +0000 (13:30 +0200)
commit735b10b10ffc36eac76b41c3593db65423011282
tree58b05fee7da880bfa24d77e3d3b81faed92d1a8e
parentc6dcbb8a0ae4c663f30fc55a55479df6020d630b
staging: rtl8188eu: fix comparsions to true

Use if(x) instead of if(x == true).

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_ioctl_set.c