commit | 5ba2f8a0217cd6116fcbac056b360bb0db045379 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Sat Dec 15 02:02:56 2007 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:07:33 2008 -0800 |
tree | 06370f105a38270dd67387658e0d2ee0e587d2ec | |
parent | ecfe9b487c0d3f6b7ad58006888a56f01ae52b58 [diff] |
libertas: kill cleanup_cmdnode() Move the wakeup into lbs_complete_command(), and leave the other bits in __lbs_cleanup_and_insert_cmd() which was the only caller now anyway. There are two remaining direct callers of lbs_cleanup_and_insert_cmd(), and they are both fine without the wakeup. Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>