Files
linux/drivers
Colin Ian King 912ed8afd6 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: 8d52af6795 ("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>
2018-01-02 17:09:29 +01:00
..
2018-01-02 14:46:35 +01:00
2017-12-20 13:16:33 -07:00
2018-01-02 14:46:35 +01:00
2017-11-13 01:34:14 +01:00
2017-12-18 09:16:35 +01:00
2018-01-02 14:46:35 +01:00
2017-12-19 10:56:53 +01:00
2017-12-18 13:55:43 -07:00
2017-12-02 21:31:03 -05:00
2017-12-14 21:01:40 +02:00
2017-12-19 11:14:56 +01:00
2017-12-19 11:14:56 +01:00