mbox series

[0/2] spi: s3c64xx: Cleanups

Message ID 20230606012051.2139333-1-andi.shyti@kernel.org
Headers show
Series spi: s3c64xx: Cleanups | expand

Message

Andi Shyti June 6, 2023, 1:20 a.m. UTC
Hi,

two small cleanups in the probe function. The first puts in use
the managed spi master allocation while the second implements the
dev_err_probe() function.

Thanks,
Andi

Andi Shyti (2):
  spi: s3c64xx: Use the managed spi master allocation function
  spi: s3c64xx: Use dev_err_probe()

 drivers/spi/spi-s3c64xx.c | 81 +++++++++++++++------------------------
 1 file changed, 30 insertions(+), 51 deletions(-)