From: Marcos Paulo de Souza Date: Wed, 28 Dec 2011 21:18:31 +0000 (+0000) Subject: staging: vt6656: iwctl.c: Rewrite siwrts funciton X-Git-Tag: v3.4-rc1~186^2~176^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fdde902ca4b19d051c5fa15f81dd6d900551db8;p=pandora-kernel.git staging: vt6656: iwctl.c: Rewrite siwrts funciton This function has the following issues: Parameter info and extra are not used Wrong error handling(the function not return -EINVAL when it happens) This patch simplifies this funtion, remove the not used parameters and fix the error handilng. Signed-off-by: Marcos Paulo de Souza Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed