commit | b23b2061e5758d4827630ee900b4b290376d0059 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Sat Dec 15 01:22:09 2007 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:07:30 2008 -0800 |
tree | 5fd2d2357ff47b49f00d4187730c25a9b11f1303 | |
parent | d9896ee14768e3dd6ce2f57a0d518b5b18a924a1 [diff] |
libertas: don't use __lbs_cmd() with empty callback in if_usb.c We're about to change semantics, leaving callers of lbs_prepare_and_send_command() with the old broken priv->cur_cmd_retcode crap. The existence of the callback command will be the trigger for the new semantics when handling the response. Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>