mei: hbm: fix error in state check logic
authorAlexander Usyskin <alexander.usyskin@intel.com>
Mon, 21 Sep 2015 08:45:32 +0000 (11:45 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 11:19:23 +0000 (12:19 +0100)
commit84dfe03ae2112b817d5221575d59ba616dc0c3e2
tree219bb1a508bb9792f94610d64d048451fbc14f5b
parentfb727077b04f768d0c79d9aa29e958262a9e3d9e
mei: hbm: fix error in state check logic

Use || instead && in state check.
The latter is bogus and leads to following warning:

drivers/misc/mei/hbm.c:1212:46: warning: logical ‘and’ of mutually exclusive tests is always false [-Wlogical-op]

Fixes: 70ef835c84b3 ("mei: support for dynamic clients")
Reported-by: David Binderman <dcb314@hotmail.com>
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/hbm.c