commit | 46c37672d7fff0097385eb0cbd01aa0254dad0aa | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu May 28 01:22:57 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu May 28 01:22:57 2009 -0700 |
tree | f89ef8cdca3b31b09bacd80f3f7765e893c9ef63 | |
parent | a1091aae19b1d9c85d91c86915a611387f67a26b [diff] |
rtl8187: Remove pointless check in rtl8187_rx_cb(). First of all, it exposes the SKB list implementation. Second of all it's not needed. If we get called here, we successfully enqueued the URB with the linked SKB and such a completion only gets called one time on such an SKB. Signed-off-by: David S. Miller <davem@davemloft.net>