OSDN Git Service

i2c: replace i2c_new_secondary_device with an ERR_PTR variant
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Fri, 9 Aug 2019 15:40:47 +0000 (17:40 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Wed, 14 Aug 2019 12:54:55 +0000 (14:54 +0200)
commitaf80559b4d9cd481c63505edbe425ff6bad4ab8d
tree0efb9a5c6681c7abb60769cc13aae08ab4ce6205
parentbbeb6b6c07960b8d33bed5352ef462228110c5ab
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>
drivers/gpu/drm/bridge/adv7511/adv7511_drv.c
drivers/i2c/i2c-core-base.c
drivers/media/i2c/adv748x/adv748x-core.c
drivers/media/i2c/adv7604.c
include/linux/i2c.h