libertas: remove casts from lbs_cmd() and lbs_cmd_with_response() macros
authorDavid Woodhouse <dwmw2@infradead.org>
Tue, 11 Dec 2007 20:28:18 +0000 (15:28 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:06:47 +0000 (15:06 -0800)
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 <dwmw2@infradead.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found