mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-13 18:12:16 +00:00
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:
|
||
---|---|---|
.. | ||
amthif.c | ||
bus-fixup.c | ||
bus.c | ||
client.c | ||
client.h | ||
debugfs.c | ||
hbm.c | ||
hbm.h | ||
hw-me-regs.h | ||
hw-me.c | ||
hw-me.h | ||
hw-txe-regs.h | ||
hw-txe.c | ||
hw-txe.h | ||
hw.h | ||
init.c | ||
interrupt.c | ||
Kconfig | ||
main.c | ||
Makefile | ||
mei-trace.c | ||
mei-trace.h | ||
mei_dev.h | ||
pci-me.c | ||
pci-txe.c | ||
wd.c |