> --------- Original Message --------- > Sender : Bjorn Andersson <[email protected]> > > Propagate the error of devfreq_add_device() in devm_devfreq_add_device() > rather than statically returning ENOMEM. This makes it slightly faster > to pinpoint the cause of a returned error. > > Fixes: 8cd84092d35e ("PM / devfreq: Add resource-managed function for devfreq > device") > Cc: [email protected] > Acked-by: Chanwoo Choi <[email protected]> > Signed-off-by: Bjorn Andersson <[email protected]> > --- > > Resending with Chanwoo's ack, Fixes and Cc stable > > drivers/devfreq/devfreq.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: MyungJoo Ham <[email protected]>

