On Thu, Aug 15, 2019 at 2:49 AM Brian Masney <[email protected]> wrote:
> The i2c_new_dummy() function is deprecated since it returns NULL on > error. Change this to use the recommended replacement > i2c_new_dummy_device() that returns an error code that can be read with > PTR_ERR() and friends. > > Signed-off-by: Brian Masney <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Yours, Linus Walleij
