Re: [RESEND PATCH] PM / devfreq: Fix static checker warning in try_then_request_governor

2019-05-28 Thread Greg KH
On Tue, May 28, 2019 at 10:15:59AM +0900, Chanwoo Choi wrote: > Cc: sta...@vger.kernel.org > > Dear all, > > It missed to send this patch to 'sta...@vger.kernel.org'. > So, I add it to mailing list. This is not the correct way to submit patches for inclusion in the stable kernel tree. Please

Re: [RESEND PATCH] PM / devfreq: Fix static checker warning in try_then_request_governor

2019-05-27 Thread Chanwoo Choi
Cc: sta...@vger.kernel.org Dear all, It missed to send this patch to 'sta...@vger.kernel.org'. So, I add it to mailing list. Regards, Chanwoo Choi On 19. 3. 13. 오후 9:22, Enric Balletbo i Serra wrote: > The patch 23c7b54ca1cd: "PM / devfreq: Fix devfreq_add_device() when > drivers are built as

RE: [RESEND PATCH] PM / devfreq: Fix static checker warning in try_then_request_governor

2019-03-14 Thread MyungJoo Ham
>The patch 23c7b54ca1cd: "PM / devfreq: Fix devfreq_add_device() when >drivers are built as modules." leads to the following static checker >warning: > >drivers/devfreq/devfreq.c:1043 governor_store() >warn: 'governor' can also be NULL > >The reason is that the try_then_request_governor()

[RESEND PATCH] PM / devfreq: Fix static checker warning in try_then_request_governor

2019-03-13 Thread Enric Balletbo i Serra
The patch 23c7b54ca1cd: "PM / devfreq: Fix devfreq_add_device() when drivers are built as modules." leads to the following static checker warning: drivers/devfreq/devfreq.c:1043 governor_store() warn: 'governor' can also be NULL The reason is that the try_then_request_governor() function