summaryrefslogtreecommitdiff
path: root/drivers/cpuidle/Kconfig.arm
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-01-04 12:10:53 +0000
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-01-07 18:16:03 +0100
commit66e713fbbbc6c259559d4937a3b016d36ab529ff (patch)
tree8a78fb8439a51663eadee79912d9e94bb6ef7bc8 /drivers/cpuidle/Kconfig.arm
parentf8f706ad75abbc65fee365853e7b24731223fd6d (diff)
downloadlinux-66e713fbbbc6c259559d4937a3b016d36ab529ff.tar.gz
powercap/drivers/dtpm: Fix size of object being allocated
The kzalloc allocation for dtpm_cpu is currently allocating the size of the pointer and not the size of the structure. Fix this by using the correct sizeof argument. Addresses-Coverity: ("Wrong sizeof argument") Fixes: 0e8f68d7f048 ("powercap/drivers/dtpm: Add CPU energy model based support") Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpuidle/Kconfig.arm')
0 files changed, 0 insertions, 0 deletions