commit | 865f03d42ed0c90c9faf3301775176834ba13eba | [log] [tgz] |
---|---|---|
author | Tina Zhang <tina.zhang@intel.com> | Fri Mar 24 01:56:54 2017 -0400 |
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | Thu Mar 30 13:32:12 2017 +0800 |
tree | 620d6e20b89ac69e824858d2ebc647c5ae825c81 | |
parent | bf39ec335eb8cc51b4e1c9303ef92b380d204bb1 [diff] |
drm/i915/gvt: remove the redundant info NULL check The variable info is never NULL, which is checked by the caller. This patch removes the redundant info NULL check logic. Fixes: 695fbc08d80f ("drm/i915/gvt: replace the gvt_err with gvt_vgpu_err") Signed-off-by: Tina Zhang <tina.zhang@intel.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>