diff options
| author | John Harrison <John.C.Harrison@Intel.com> | 2022-12-21 22:30:30 +0300 |
|---|---|---|
| committer | John Harrison <John.C.Harrison@Intel.com> | 2022-12-22 23:42:23 +0300 |
| commit | d830e0dc2e2d4826ebc6a429c2bc098848c9eeda (patch) | |
| tree | 62c495b44f8d087e3c6e89a7f6706d924234bbed /scripts/kernel-doc | |
| parent | 7ccf9a5386a48b86c1abc0e7cb42f4b8f961af38 (diff) | |
| download | linux-d830e0dc2e2d4826ebc6a429c2bc098848c9eeda.tar.xz | |
drm/i915/guc: Fix a static analysis warning
A static analyser was complaining about not checking for null
pointers. However, the location of the complaint can only be reached
in the first place if said pointer is non-null. Basically, if we are
using a v69 GuC then the descriptor pool is guaranteed to be alocated
at start of day or submission will be disabled with an ENOMEM error.
And if we are using a later GuC that does not use a descriptor pool
then the v69 submission function would not be called. So, not a
possible null at that point in the code.
Hence adding a GEM_BUG_ON(!ptr) to keep the tool happy.
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221221193031.687266-3-John.C.Harrison@Intel.com
Diffstat (limited to 'scripts/kernel-doc')
0 files changed, 0 insertions, 0 deletions
