> >> Move from i2c_new_dummy() to i2c_new_dummy_device(). So, we now get an > >> ERRPTR which we use in error handling. > >> > >> Signed-off-by: Wolfram Sang > > Subject & description are incomplete, you're also changing i2c_new_device() > to i2c_new_client_device(). Right, this was an anomaly with this patch to have both code paths returning an ERRPTR. The big conversion for i2c_new_device will come later in a seperate series. > Other than that, > Acked-by: Edward Cree Thanks!