[GIT PULL] devfreq fixes for 5.19-rc6

From: Chanwoo Choi
Date: Thu Jul 07 2022 - 15:42:02 EST


Dear Rafael,

This is devfreq-fixes pull request for v5.19-rc6. I add detailed description of
this pull request on the following tag. Please pull devfreq with
following updates.

Best Regards,
Chanwoo Choi


The following changes since commit 88084a3df1672e131ddc1b4e39eeacfd39864acf:

Linux 5.19-rc5 (2022-07-03 15:39:28 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git tags/devfreq-fixes-for-5.19-rc6

for you to fetch changes up to c8934e4e348915caac54085c01fd9d04fa16134a:

PM / devfreq: exynos-bus: Fix NULL pointer dereference (2022-07-08 04:32:26 +0900)

----------------------------------------------------------------

Update devfreq for 5.19-rc6

Detailed description for this pull request:
1. Fix NULL pointer error on exynos-bus.c
- Fix exynos-bus NULL pointer dereference by correctly using the local
generated freq_table to output the debug values instead of using the
profile freq_table that is not used in the driver.

----------------------------------------------------------------

Christian Marangi (1):
PM / devfreq: exynos-bus: Fix NULL pointer dereference

drivers/devfreq/exynos-bus.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)