From: Ilia Mirkin Date: Thu, 17 Mar 2011 18:08:57 +0000 (-0400) Subject: rtlwifi: Fix memset argument order X-Git-Tag: v2.6.39-rc1~54^2~36^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e9d592f02f657361168c94e22d9602cad71a09c;p=pandora-kernel.git rtlwifi: Fix memset argument order These were found using the following semantic match: // @@expression E1; type T;@@ * memset(E1, ... * sizeof(T) * ..., ...); // Also take this opportunity to remove the unnecessary void* casts. Signed-off-by: Ilia Mirkin Tested-by: Larry Finger Acked-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed