mbox series

[v2,0/2] media: ir-kbd-i2c: convert to devm_i2c_new_dummy_device & minor cleanup

Message ID 20190730175555.14098-1-wsa+renesas@sang-engineering.com (mailing list archive)
Headers show
Series media: ir-kbd-i2c: convert to devm_i2c_new_dummy_device & minor cleanup | expand

Message

Wolfram Sang July 30, 2019, 5:55 p.m. UTC
This series is part of a tree-wide movement to replace the I2C API call
'i2c_new_dummy' which returns NULL with its new counterpart returning an
ERRPTR.

It was manually converted and only build tested. A small cleanup was
added while working on this driver. Looking for ack/rev/test for this
series.

The series is based on v5.3-rc2.

Happy hacking,

   Wolfram


Wolfram Sang (2):
  media: ir-kbd-i2c: convert to i2c_new_dummy_device()
  media: ir-kbd-i2c: remove outdated comments

 drivers/media/i2c/ir-kbd-i2c.c | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)