From 5057975ae38452679b964f1382c5efcb9faee74e Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Thu, 11 Dec 2014 19:59:38 +0000 Subject: [PATCH] KEYS: remove a bogus NULL check We already checked if "desc" was NULL at the beginning of the function and we've dereferenced it so this causes a static checker warning. Signed-off-by: Dan Carpenter Signed-off-by: David Howells Signed-off-by: James Morris --- Reading git-format-patch failed