From: David Woodhouse Date: Tue, 11 Dec 2007 20:28:18 +0000 (-0500) Subject: libertas: remove casts from lbs_cmd() and lbs_cmd_with_response() macros X-Git-Tag: v2.6.25-rc1~1162^2~379 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f1c8232e839e215e38055cd8ae79225ab178185;p=pandora-kernel.git libertas: remove casts from lbs_cmd() and lbs_cmd_with_response() macros If stupid people like me give it arguments with the wrong type (like a pointer to the structure, for example, instead of the structure itself), then we should probably notice that at compile time. Otherwise, much confusion ensues. Signed-off-by: David Woodhouse Signed-off-by: John W. Linville --- Reading git-diff-tree failed