From: Hari Prasath Gujulan Elango Date: Tue, 16 Jun 2015 07:38:02 +0000 (+0000) Subject: staging: wilc1000: remove unwanted code X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0feeaff9c60bfb3dbadf09da15d70cf35700f29;p=pandora-kernel.git staging: wilc1000: remove unwanted code This patch removes SIOCDEVPRIVATE + 1 ioctl. It currently is just a stub which does some useless printks and returns. In the original code, if the user passes priv_cmd.total_len == 0 then it will Oops. Also it leaks memory every time it's called. In the future, we will implement this functionality using generic API functions Signed-off-by: Hari Prasath Gujulan Elango Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed