On Saturday 26 May 2012 03:36 AM, Kevin Hilman wrote: >> + r = pm_runtime_get_sync(dev->dev); >> > + if (r < 0) >> > + return r; > nit: please use IS_ERR_VALUE() Will fix that and resend. > Kevin