From: Dan Carpenter Date: Sat, 6 Aug 2011 14:27:48 +0000 (-0700) Subject: rtl8712: don't just return -EFAULT in wpa_supplicant_ioctl() X-Git-Tag: v3.2-rc1~169^2^2~864^2~166 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ae717139a6defae9656f743dff8388aeb94df93;p=pandora-kernel.git rtl8712: don't just return -EFAULT in wpa_supplicant_ioctl() There were some curly braces missing so the original code in wpa_supplicant_ioctl() pretty much always returned -EFAULT without doing anything. Signed-off-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed