Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg...
[cascardo/linux.git] / drivers / staging / vt6655 / wpactl.c
index 4bdb836..fbae16d 100644 (file)
@@ -987,8 +987,7 @@ int wpa_ioctl(PSDevice pDevice, struct iw_point *p)
        }
 
 out:
-       if (param != NULL)
-               kfree(param);
+       kfree(param);
 
        return ret;
 }