aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/psci/psci.c
diff options
context:
space:
mode:
authorLinus Walleij <[email protected]>2023-03-24 10:15:31 +0000
committerJens Wiklander <[email protected]>2023-03-30 06:34:52 +0000
commit8671133082176d1388e20ac33d61cf7e3b05adf5 (patch)
treefec795e6513a15a007c5f608cd312955668be2a5 /drivers/firmware/psci/psci.c
parentLinux 6.3-rc2 (diff)
downloadkernel-8671133082176d1388e20ac33d61cf7e3b05adf5.tar.gz
kernel-8671133082176d1388e20ac33d61cf7e3b05adf5.zip
tee: Pass a pointer to virt_to_page()
Like the other calls in this function virt_to_page() expects a pointer, not an integer. However since many architectures implement virt_to_pfn() as a macro, this function becomes polymorphic and accepts both a (unsigned long) and a (void *). Fix this up with an explicit cast. Signed-off-by: Linus Walleij <[email protected]> Signed-off-by: Jens Wiklander <[email protected]>
Diffstat (limited to 'drivers/firmware/psci/psci.c')
0 files changed, 0 insertions, 0 deletions