]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso...
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_cs.c
index 594a0108e90fa4e5278220eda33bdcd83311b1ef..3e240b952e7912a36365bdf7d2191e981b08598d 100644 (file)
@@ -98,8 +98,7 @@ static int amdgpu_cs_bo_handles_chunk(struct amdgpu_cs_parser *p,
        return 0;
 
 error_free:
-       if (info)
-               kvfree(info);
+       kvfree(info);
 
        return r;
 }
This page took 0.033179 seconds and 4 git commands to generate.