commit | c4ab41272b55a08741d2e68966aae700e2e6d597 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Sat Dec 15 00:41:51 2007 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:07:31 2008 -0800 |
tree | b96e705dfe139465a839ccb7145650c5e10e589c | |
parent | b23b2061e5758d4827630ee900b4b290376d0059 [diff] |
libertas: remove some pointless checks for cmdnode buffer being present We allocate them all at the same time, at startup. If they go missing, we have more serious things to worry about, and the resulting oops will be a perfectly acceptable result. Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>