+14
−21
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This patch removes redundant conditions. (!A || (A && B)) is the same as (!A || B). Tested by compilation only. Caught by cppcheck. Signed-off-by:Geyslan G. Bem <geyslan@gmail.com> Signed-off-by:
Johan Hovold <johan@kernel.org>