i2c: replace i2c_new_secondary_device with an ERR_PTR variant
In the general move to have i2c_new_*_device functions which return ERR_PTR instead of NULL, this patch converts i2c_new_secondary_device(). There are only few users, so this patch converts the I2C core and all users in one go. The function gets renamed to i2c_new_ancillary_device() so out-of-tree users will get a build failure to understand they need to adapt their error checking code. Signed-off-by:Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> # adv748x Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> # adv7511 + adv7604 Reviewed-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> # adv7604 Signed-off-by:
Wolfram Sang <wsa@the-dreams.de>
Showing
- drivers/gpu/drm/bridge/adv7511/adv7511_drv.c 9 additions, 9 deletionsdrivers/gpu/drm/bridge/adv7511/adv7511_drv.c
- drivers/i2c/i2c-core-base.c 5 additions, 5 deletionsdrivers/i2c/i2c-core-base.c
- drivers/media/i2c/adv748x/adv748x-core.c 3 additions, 3 deletionsdrivers/media/i2c/adv748x/adv748x-core.c
- drivers/media/i2c/adv7604.c 12 additions, 10 deletionsdrivers/media/i2c/adv7604.c
- include/linux/i2c.h 1 addition, 1 deletioninclude/linux/i2c.h
Loading
Please register or sign in to comment