i2c: synquacer: Remove a clk reference from struct synquacer_i2c
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 6 Jan 2024 12:48:25 +0000 (13:48 +0100)
committerAndi Shyti <andi.shyti@kernel.org>
Thu, 23 May 2024 11:38:15 +0000 (13:38 +0200)
commite6722ea6b9ed731f7392277d76ca912dfffca7ee
treecd8d13946d28db8bd93921e8308de7e4d26c2f5e
parentc760b3725e52403dc1b28644fb09c47a83cacea6
i2c: synquacer: Remove a clk reference from struct synquacer_i2c

'pclk' is only used locally in the probe. Remove it from the
'synquacer_i2c' structure.

Also remove a useless debug message.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
drivers/i2c/busses/i2c-synquacer.c