mbox series

[0/3] i2c: busses: nomadik cleanups

Message ID 20230611013701.1464025-1-andi.shyti@kernel.org
Headers show
Series i2c: busses: nomadik cleanups | expand

Message

Andi Shyti June 11, 2023, 1:36 a.m. UTC
Hi,

while browing the i2c code I spotted the unused goto. The other
two patches come naturally.

Andi

Andi Shyti (3):
  i2c: busses: i2c-nomadik: Remove unnecessary goto label
  i2c: busses: nomadik: Use devm_clk_get_enabled()
  i2c: busses: nomadik: Use dev_err_probe() whenever possible

 drivers/i2c/busses/i2c-nomadik.c | 45 +++++++++-----------------------
 1 file changed, 13 insertions(+), 32 deletions(-)

Comments

Wolfram Sang June 14, 2023, 9:08 a.m. UTC | #1
On Sun, Jun 11, 2023 at 03:36:58AM +0200, Andi Shyti wrote:
> Hi,
> 
> while browing the i2c code I spotted the unused goto. The other
> two patches come naturally.
> 
> Andi
> 
> Andi Shyti (3):
>   i2c: busses: i2c-nomadik: Remove unnecessary goto label
>   i2c: busses: nomadik: Use devm_clk_get_enabled()
>   i2c: busses: nomadik: Use dev_err_probe() whenever possible
> 

Applied to for-next, thanks!