Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 290d4c23 authored by Diego Liziero's avatar Diego Liziero Committed by Greg Kroah-Hartman
Browse files

Staging winbond: boolean negation and bitwise operation in wrong order

The semantic patch that makes this change is:
(http://www.emn.fr/x-info/coccinelle/

)

@@ expression E; constant C; @@
(
- !E == C
+ E != C
)

Signed-off-by: default avatarDiego Liziero <diegoliz@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 5aaeab66
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment