libertas: don't use __lbs_cmd() with empty callback in if_usb.c
authorDavid Woodhouse <dwmw2@infradead.org>
Sat, 15 Dec 2007 06:22:09 +0000 (01:22 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:07:30 +0000 (15:07 -0800)
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>

No differences found