Linux USB
 help / color / mirror / Atom feed
* [PATCH 0/3] treewide: drop check because i2c_unregister_device() is NULL safe
@ 2023-09-22  8:04 Wolfram Sang
  2023-09-22  8:04 ` [PATCH 1/3] usb: typec: " Wolfram Sang
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfram Sang @ 2023-09-22  8:04 UTC (permalink / raw)
  To: linux-renesas-soc; +Cc: Wolfram Sang, linux-kernel, linux-media, linux-usb

Fix the few drivers missing that i2c_unregister_device() is NULL safe.
One is left, but this needs discussion and refactoring and will be
sorted out independently.


Wolfram Sang (3):
  usb: typec: drop check because i2c_unregister_device() is NULL safe
  media: i2c: drop check because i2c_unregister_device() is NULL safe
  media: dvb-frontends: drop check because i2c_unregister_device() is
    NULL safe

 drivers/media/dvb-frontends/m88ds3103.c | 3 +--
 drivers/media/i2c/rdacm20.c             | 3 +--
 drivers/usb/typec/anx7411.c             | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2023-09-25  7:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-22  8:04 [PATCH 0/3] treewide: drop check because i2c_unregister_device() is NULL safe Wolfram Sang
2023-09-22  8:04 ` [PATCH 1/3] usb: typec: " Wolfram Sang
2023-09-22 10:54   ` Heikki Krogerus
2023-09-22 11:50   ` Kieran Bingham
2023-09-25  7:44   ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox