From 698f140d67e0a92b6d4606c67fdf42b3853c34b6 Mon Sep 17 00:00:00 2001 From: Markus Elfring Date: Sun, 23 Nov 2014 18:48:15 +0100 Subject: [PATCH] staging: android: ion: Deletion of unnecessary checks before two function calls The functions ion_heap_destroy() and vfree() perform also input parameter validation. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed