diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2020-12-28 18:39:34 +0000 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-01-20 12:06:32 +0100 |
commit | 5269a618eec7f8bbc659658865138cd218d834f9 (patch) | |
tree | 512cf14b28710713dd1b1dfeb892e7039f249db9 /drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c | |
parent | d14413946f42acaf706c3c440ec2c72125a20b86 (diff) | |
download | linux-5269a618eec7f8bbc659658865138cd218d834f9.tar.gz linux-5269a618eec7f8bbc659658865138cd218d834f9.tar.bz2 linux-5269a618eec7f8bbc659658865138cd218d834f9.zip |
video: fbdev: simplefb: Fix info message during probe
The info message was showing the mapped address for the framebuffer. To avoid
security problems, all virtual addresses are converted to __ptrval__, so
the message has pointless information:
simple-framebuffer 3ea9b000.framebuffer: framebuffer at 0x3ea9b000, 0x12c000 bytes, mapped to 0x(____ptrval____)
Drop the extraneous bits to clean up the message:
simple-framebuffer 3ea9b000.framebuffer: framebuffer at 0x3ea9b000, 0x12c000 bytes
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201228183934.1117012-1-pbrobinson@gmail.com
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c')
0 files changed, 0 insertions, 0 deletions