[PATCH 0/4] spi: mt7621: Fix an erroneous message + clean-ups

From: Christophe JAILLET
Date: Sat Aug 27 2022 - 07:41:52 EST


Patch 1 fixes an issue about an error code that is erroneously logged.

Patch 2-4 are just clean-ups spotted while fixing it.

Additional comments are added below --- in patches 2 and 3.

Christophe JAILLET (4):
spi: mt7621: Fix an error message in mt7621_spi_probe()
spi: mt7621: Use the devm_clk_get_enabled() helper to simplify error
handling
spi: mt7621: Use devm_spi_register_controller()
spi: mt7621: Remove 'clk' from 'struct mt7621_spi'

drivers/spi/spi-mt7621.c | 42 ++++++----------------------------------
1 file changed, 6 insertions(+), 36 deletions(-)

--
2.34.1