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. The series was generated with coccinelle (audited afterwards, of course) and build tested by me and by buildbot. No tests on HW have been performed. The branch is based on v5.3-rc1. A branch (with some more stuff included) can be found here: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git renesas/i2c/new_dummy Some drivers still need to be manually converted. Patches for those will be sent out individually. Wolfram Sang (8): media: dvb-frontends: cxd2820r_core: convert to i2c_new_dummy_device media: dvb-frontends: mn88443x: convert to i2c_new_dummy_device media: dvb-frontends: mn88472: convert to i2c_new_dummy_device media: dvb-frontends: mn88473: convert to i2c_new_dummy_device media: i2c: ad9389b: convert to i2c_new_dummy_device media: i2c: adv7180: convert to i2c_new_dummy_device media: i2c: adv7511-v4l2: convert to i2c_new_dummy_device media: usb: go7007: s2250-board: convert to i2c_new_dummy_device drivers/media/dvb-frontends/cxd2820r_core.c | 6 +++--- drivers/media/dvb-frontends/mn88443x.c | 6 +++--- drivers/media/dvb-frontends/mn88472.c | 12 ++++++------ drivers/media/dvb-frontends/mn88473.c | 12 ++++++------ drivers/media/i2c/ad9389b.c | 6 +++--- drivers/media/i2c/adv7180.c | 12 ++++++------ drivers/media/i2c/adv7511-v4l2.c | 18 +++++++++--------- drivers/media/usb/go7007/s2250-board.c | 6 +++--- 8 files changed, 39 insertions(+), 39 deletions(-) -- 2.20.1