From a732152c76ee194274299905c700125bef1fc0c8 Mon Sep 17 00:00:00 2001 From: Sunil Shahu Date: Fri, 26 Jun 2015 19:42:24 +0530 Subject: [PATCH] staging: rtl8712: rtl871x_security.c: remove unnecessary variable initialization Variable "u32 c" always re-initialize in for loop. Initialized value of "u32 c" is not used in function and is redundant, hence removed. Suggested-by: Dan Carpenter Signed-off-by: Sunil Shahu Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed