be2net: remove BUG_ON() when be2net runs out of mccq wrbs
authorSathya Perla <sathyap@serverengines.com>
Sun, 22 Nov 2009 22:02:45 +0000 (22:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 Nov 2009 18:44:31 +0000 (10:44 -0800)
The driver can run out of mccq wrbs when completions don't arrive
due to an unresponsive card. This must not hit a BUG_ON(); instead
log a msg and return an error.

Signed-off-by: Sathya Perla <sathyap@serverengines.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found