commit | 0f1c8232e839e215e38055cd8ae79225ab178185 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Tue Dec 11 15:28:18 2007 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:06:47 2008 -0800 |
tree | d83d1f6f9805918b982fef18e5d9fcc2a9326191 | |
parent | 301eacbf30e33f461701df91cb250d3fc24c5fe5 [diff] |
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 <dwmw2@infradead.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>