From 3553a8eadb711e9236e517e44be67665bb5b4c65 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Mon, 9 Mar 2015 14:17:58 +0000 Subject: [PATCH] drm/i915: Exit early from psr_status if PSR is not supported by the device Static analysis was complaining that a path existed where we could use stat[] uninitialized. Fix this by simplifying the logic to exit early if PSR isn't supported. Signed-off-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-format-patch failed