From: Bing Zhao Date: Fri, 15 Jun 2012 22:49:54 +0000 (-0700) Subject: mwifiex: fix wrong return values in add_virtual_intf() error cases X-Git-Tag: v3.5-rc5~17^2~26^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=858faa57dd9e2b91f3f870fbb1185982e42f5a2b;p=pandora-kernel.git mwifiex: fix wrong return values in add_virtual_intf() error cases add_virtual_intf() needs to return an ERR_PTR(), instead of NULL, on errors, otherwise cfg80211 will crash. Reported-by: Johannes Berg Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed