Re: [PATCH] devfreq: Make log message more explicit when devfreq device already exists

2019-09-19 Thread Chanwoo Choi
Hi, On 19. 9. 19. 오전 9:09, Matthias Kaehlcke wrote: > Before creating a new devfreq device devfreq_add_device() checks > if there is already a devfreq dev associated with the requesting > device (parent). If that's the case the function rejects to create > another devfreq dev for that parent and

RE: [PATCH] devfreq: Make log message more explicit when devfreq device already exists

2019-09-18 Thread MyungJoo Ham
>Before creating a new devfreq device devfreq_add_device() checks >if there is already a devfreq dev associated with the requesting >device (parent). If that's the case the function rejects to create >another devfreq dev for that parent and logs an error. The error >message is very unspecific,

[PATCH] devfreq: Make log message more explicit when devfreq device already exists

2019-09-18 Thread Matthias Kaehlcke
Before creating a new devfreq device devfreq_add_device() checks if there is already a devfreq dev associated with the requesting device (parent). If that's the case the function rejects to create another devfreq dev for that parent and logs an error. The error message is very unspecific, make it