diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-12-19 20:35:30 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-01-02 19:09:29 +0300 |
commit | 912ed8afd6432f1c7c084ccd752139debc2f7014 (patch) | |
tree | 2e464ea111fc50d820e351622bd63363af097c74 /drivers/misc/ti-st/st_ll.c | |
parent | cc365dcf0e56271bedf3de95f88922abe248e951 (diff) | |
download | linux-912ed8afd6432f1c7c084ccd752139debc2f7014.tar.xz |
mei: fix incorrect logical operator in if statement
The current expression using the || operator is always true because
dev->dev_state cannot be equal to two different values at the same time.
Fix this by replacing the || with &&.
Detected by CoverityScan, CID#1463042 ("Constant expression result")
Fixes: 8d52af6795c0 ("mei: speed up the power down flow")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/ti-st/st_ll.c')
0 files changed, 0 insertions, 0 deletions