diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-03-24 13:15:31 +0300 |
---|---|---|
committer | Jens Wiklander <jens.wiklander@linaro.org> | 2023-03-30 09:34:52 +0300 |
commit | 8671133082176d1388e20ac33d61cf7e3b05adf5 (patch) | |
tree | fec795e6513a15a007c5f608cd312955668be2a5 /drivers/firmware/psci/psci.c | |
parent | eeac8ede17557680855031c6f305ece2378af326 (diff) | |
download | linux-8671133082176d1388e20ac33d61cf7e3b05adf5.tar.xz |
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 <linus.walleij@linaro.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'drivers/firmware/psci/psci.c')
0 files changed, 0 insertions, 0 deletions