commit | ac4cced6e850496b66c0825b7f74d51ef02c6371 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Mon Dec 17 15:12:49 2007 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:07:44 2008 -0800 |
tree | 8e41fe2facb83e97af64a0fd01584a3c3b974e22 | |
parent | 4694961cc2f868d6061be3b2c3d1fcf39584ff17 [diff] |
libertas: reduce explicit references to priv->cur_cmd->cmdbuf We have a local variable 'resp' which we use for this. So use it, instead of typing the whole thing. In preparation for actually using priv->upld_buf for the responses instead... Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>