mbox series

[v2,0/2] spi: sg2044-nor: A couple of cleanups

Message ID 20250313111423.322775-1-andriy.shevchenko@linux.intel.com (mailing list archive)
Headers show
Series spi: sg2044-nor: A couple of cleanups | expand

Message

Andy Shevchenko March 13, 2025, 11:12 a.m. UTC
The driver has one ordering issue and one missed case for dev_err_probe().
Address that in this mini-series.

In v2:
- fixed obvious typo (LKP)

Andy Shevchenko (2):
  spi: sg2044-nor: Fully convert to device managed resources
  spi: sg2044-nor: Convert to dev_err_probe()

 drivers/spi/spi-sg2044-nor.c | 25 +++++++------------------
 1 file changed, 7 insertions(+), 18 deletions(-)