be2net: remove BUG_ON() in be_mcc_compl_is_new()
authorSathya Perla <sathya.perla@emulex.com>
Tue, 12 Feb 2013 23:05:19 +0000 (23:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Feb 2013 18:52:55 +0000 (13:52 -0500)
The current code expects that the last word (with valid bit)
of an MCC compl is DMAed in one shot. This may not be the case.
Remove this assertion.

Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found