]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i2c: iproc: Remove unnecessary double negation
authorAndi Shyti <andi.shyti@kernel.org>
Fri, 18 Apr 2025 21:16:35 +0000 (23:16 +0200)
committerAndi Shyti <andi@smida.it>
Mon, 19 May 2025 20:23:56 +0000 (22:23 +0200)
commit25909e19c22b0f5a78bc7667598f849c86af91bd
treed29b61a23b458ae52c3dfd04b5fd9983d953bef4
parentd7d58a72f567c3aa4327b22c68a2255a96401534
i2c: iproc: Remove unnecessary double negation

True is true when greater than '0', no need for double negation
inside the if statement.

Link: https://lore.kernel.org/r/20250418211635.2666234-11-andi.shyti@kernel.org
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
drivers/i2c/busses/i2c-bcm-iproc.c