Searched hist:fb26eee0600dbd6b2eb20356b7d425cb71413ea2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_pmu.c | diff fb26eee0600dbd6b2eb20356b7d425cb71413ea2 Fri Oct 18 04:05:14 CDT 2019 Tvrtko Ursulin <tvrtko.ursulin@intel.com> drm/i915/pmu: Fix uninitialized variable on error path
If name allocation failed the log message will contain an uninitialized error code which can be confusing.
Fixes: 05488673a4d4 ("drm/i915/pmu: Support multiple GPUs") Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20191018090514.1818-1-tvrtko.ursulin@linux.intel.com [tursulin: Commit message spelling fix.]
|