From 3b371fe4d27bcf208f7a211c372e0b8a9253d7c8 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Fri, 3 Jan 2014 23:59:41 +0300 Subject: [PATCH] staging: vt6656: remove an unneeded NULL check We dereference "param->u.wpa_key.key" on the next line so the check here is inconsistent. This is only called from iwctl_siwencodeext() and "param->u.wpa_key.key" is a valid pointer. Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed