mbox series

[GIT,PULL] OPP fixes for 5.14

Message ID 20210816042302.b5gblymaguy5qvbq@vireshk-i7 (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] OPP fixes for 5.14 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git opp/fixes

Message

Viresh Kumar Aug. 16, 2021, 4:23 a.m. UTC
Hi Rafael,

This pull request removes few WARN() statements from the OPP core.

Thanks.

--
Viresh

-------------------------8<-------------------------
The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git opp/fixes

for you to fetch changes up to c3ddfe66d2bb511f7fbcdc8e64952c7859e7e69d:

  opp: Drop empty-table checks from _put functions (2021-08-16 09:42:08 +0530)

----------------------------------------------------------------
Dmitry Osipenko (1):
      opp: Drop empty-table checks from _put functions

Michał Mirosław (1):
      opp: remove WARN when no valid OPPs remain

 drivers/opp/core.c | 15 ---------------
 drivers/opp/of.c   |  5 +++--
 2 files changed, 3 insertions(+), 17 deletions(-)

Comments

Rafael J. Wysocki Aug. 16, 2021, 2:54 p.m. UTC | #1
On Mon, Aug 16, 2021 at 6:23 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> This pull request removes few WARN() statements from the OPP core.
>
> Thanks.
>
> --
> Viresh
>
> -------------------------8<-------------------------
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
>
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git opp/fixes
>
> for you to fetch changes up to c3ddfe66d2bb511f7fbcdc8e64952c7859e7e69d:
>
>   opp: Drop empty-table checks from _put functions (2021-08-16 09:42:08 +0530)

Pulled, thanks!


> ----------------------------------------------------------------
> Dmitry Osipenko (1):
>       opp: Drop empty-table checks from _put functions
>
> Michał Mirosław (1):
>       opp: remove WARN when no valid OPPs remain
>
>  drivers/opp/core.c | 15 ---------------
>  drivers/opp/of.c   |  5 +++--
>  2 files changed, 3 insertions(+), 17 deletions(-)