diff options
author | 2023-03-24 11:15:31 +0100 | |
---|---|---|
committer | 2023-03-30 08:34:52 +0200 | |
commit | 8671133082176d1388e20ac33d61cf7e3b05adf5 (patch) | |
tree | fec795e6513a15a007c5f608cd312955668be2a5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 6.3-rc2 (diff) | |
download | wireguard-linux-8671133082176d1388e20ac33d61cf7e3b05adf5.tar.xz wireguard-linux-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 <linus.walleij@linaro.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions