rtl8187: Remove pointless check in rtl8187_rx_cb().
authorDavid S. Miller <davem@davemloft.net>
Thu, 28 May 2009 08:22:57 +0000 (01:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 May 2009 08:22:57 +0000 (01:22 -0700)
commit46c37672d7fff0097385eb0cbd01aa0254dad0aa
treef89ef8cdca3b31b09bacd80f3f7765e893c9ef63
parenta1091aae19b1d9c85d91c86915a611387f67a26b
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>
drivers/net/wireless/rtl818x/rtl8187_dev.c