i2c: iproc: Drop unnecessary initialisation of 'ret'
authorAndi Shyti <andi.shyti@kernel.org>
Fri, 18 Apr 2025 21:16:26 +0000 (23:16 +0200)
committerAndi Shyti <andi@smida.it>
Mon, 19 May 2025 20:23:56 +0000 (22:23 +0200)
commitd3e80014e1413ec15503b65956f10f198540699e
treebc999649bbb82d081a243ce2ab30b44bdcb073a4
parentd6263c468a761cd4c89887073614394ac48441e1
i2c: iproc: Drop unnecessary initialisation of 'ret'

The 'ret' variable doesn't need to be initialised, as it is
always assigned before use.

While here, reorder the variable declarations in reverse
Christmas tree style, by line length.

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