On Wed, May 2, 2012 at 9:07 AM, Shawn Guo <[email protected]> wrote: > On 2 May 2012 21:59, Rob Lee <[email protected]> wrote: >>>> + ret = cpuidle_register_device(dev); >>>> + if (ret) { >>>> + pr_err("%s: Failed to register cpu %u\n", >>>> + __func__, cpu_id); >>> >>> Nit: print ret (error code) too? >>> >> >> I added the printing of the error code based on Sascha's suggestion in >> v1 of this submission. >> > But you did not print "ret" in above pr_err. >
Argh, sorry, still trying to wake up I guess. Thanks. > Regards, > Shawn _______________________________________________ linaro-dev mailing list [email protected] http://lists.linaro.org/mailman/listinfo/linaro-dev
