✗ CI.checkpatch: warning for drm/xe/device: clean up on error in probe()

Patchwork patchwork at emeril.freedesktop.org
Sat Jan 6 00:07:08 UTC 2024


== Series Details ==

Series: drm/xe/device: clean up on error in probe()
URL   : https://patchwork.freedesktop.org/series/128272/
State : warning

== 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
6030b24c1386b00de8187b5fb987e283a57b372a
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 59c3d9d6ee843537683cd311a5eafdacd41dc5fb
Author: Dan Carpenter <dan.carpenter at linaro.org>
Date:   Fri Jan 5 15:22:23 2024 +0300

    drm/xe/device: clean up on error in probe()
    
    This error path should clean up before returning.
    
    Smatch detected this bug:
      drivers/gpu/drm/xe/xe_device.c:487 xe_device_probe() warn: missing unwind goto?
    
    Fixes: 4cb12b71923b ("drm/xe/xe2: Determine bios enablement for flat ccs on igfx")
    Signed-off-by: Dan Carpenter <dan.carpenter at linaro.org>
    Reviewed-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch cca0607b6f6a21bee68c092ed7ad9f3322e54523 drm-intel
59c3d9d6e drm/xe/device: clean up on error in probe()
-:11: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '4cb12b71923b', maybe rebased or not pulled?
#11: 
Fixes: 4cb12b71923b ("drm/xe/xe2: Determine bios enablement for flat ccs on igfx")

total: 0 errors, 1 warnings, 0 checks, 8 lines checked




More information about the Intel-xe mailing list