✓ CI.checkpatch: success for drm/xe: Fix arg to pci_iomap()
Patchwork
patchwork at emeril.freedesktop.org
Fri Sep 6 03:33:50 UTC 2024
== Series Details ==
Series: drm/xe: Fix arg to pci_iomap()
URL : https://patchwork.freedesktop.org/series/138290/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
c62d7e164862503a3662a095da1c6c9014248cb2
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit c73865a238da36311db728368c52a74ac06d1ecd
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date: Thu Sep 5 20:25:07 2024 -0700
drm/xe: Fix arg to pci_iomap()
Commit 2d8865b27724 ("drm/xe: Move BAR definitions to dedicated file")
moved the BAR definition to the header, but replaced the wrong arg in
the pci_iomap() function - the last arg is actuall the length, not the
BAR. Luckily GTTMMADR_BAR == 0, so it still works. Fix the argument
to avoid confusion.
Cc: Michal Wajdeczko <michal.wajdeczko at intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch 7f3ffaf88a3a1b3e29416488fb4e58fd551cd89d drm-intel
c73865a238da drm/xe: Fix arg to pci_iomap()
More information about the Intel-xe
mailing list