commit | 020bb19e2f8cfebb314b8bce4bc48a511c6f5940 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Sun Dec 09 11:08:25 2007 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:06:22 2008 -0800 |
tree | 15d895b09d51b0e7e28b2ed8ac599a167b8df9b3 | |
parent | 6d35fdfced3922aa27f130eec2b28857c39298fd [diff] |
libertas: stop debugfs code looking at cmdpendingq It doesn't need to wait until no commands are pending anyway -- it only needs to wait until the scan is finished. We can hopefully find it something else to wait on too -- it's the only user of the cmd_pending waitqueue. Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>