All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] iio: light: cm3323: fix and cleanup
@ 2026-04-07 15:17 Aldo Conte
  2026-04-07 15:17 ` [PATCH v4 1/2] iio: light: cm3323: fix reg_conf not being initialized correctly Aldo Conte
  2026-04-07 15:17 ` [PATCH v4 2/2] iio: light: cm3323: use dev_err_probe() in probe path Aldo Conte
  0 siblings, 2 replies; 5+ messages in thread
From: Aldo Conte @ 2026-04-07 15:17 UTC (permalink / raw)
  To: jic23
  Cc: ktsai, dlechner, nuno.sa, andy, daniel.baluta, linux-iio,
	linux-kernel, skhan, me, linux-kernel-mentees

Series fixes a bug and does a cleanup of the CM3323 
color light sensor driver.

Patch 1 fixes data->reg_conf being incorrectly initialized with the 
return value of the i2c_smbus_write_word_data() instead of the actual 	
register value. Tested with i2c-stub on a Raspberri Pi 3B.

Patch 2 converts dev_err() to dev_err_probe() in the probe path.

Changes in v4:
- Patch 2: Add Reviewed-by tag from Andy Shevchenko

Changes in v3:
- Patch 2: remove extra blank line after cm3323_init() error path
  in cm3323_probe()
  
Changes in v2:
- Patch 1: fix typos in commit message
- Patch 2: add struct device *dev to shorten dev_err_probe() calls
  to one-liners (suggested by Andy Shevchenko)

Aldo Conte (2):
  iio: light: cm3323: fix reg_conf not being initialized correctly
  iio: light: cm3323: use dev_err_probe() in probe path

 drivers/iio/light/cm3323.c | 22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)

-- 
2.53.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-07-26 11:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-07 15:17 [PATCH v4 0/2] iio: light: cm3323: fix and cleanup Aldo Conte
2026-04-07 15:17 ` [PATCH v4 1/2] iio: light: cm3323: fix reg_conf not being initialized correctly Aldo Conte
2026-04-20 17:53   ` Jonathan Cameron
2026-07-26 11:44     ` Aldo Conte
2026-04-07 15:17 ` [PATCH v4 2/2] iio: light: cm3323: use dev_err_probe() in probe path Aldo Conte

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.