Ben Hutchings bbec969b7f sfc: Fix check for failure of MC_CMD_FLUSH_RX_QUEUES
efx_mcdi_rpc_start() returns a negative value on error or zero on
success.  However one caller that can't properly handle failure then
does WARN_ON(rc > 0).  Change it to WARN_ON(rc < 0).

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2012-12-01 00:26:11 +00:00
..
2012-11-22 09:14:54 -10:00
2012-11-23 14:32:55 +01:00
2012-10-07 20:55:16 +09:00
2012-10-30 10:05:51 +01:00
2012-11-23 12:11:13 -10:00
2012-10-10 20:15:24 +09:00
2012-11-26 17:41:24 -08:00
2012-10-17 15:53:03 -05:00
2012-10-09 16:11:46 +09:00
2012-10-10 20:15:24 +09:00
2012-11-16 14:33:04 -08:00
2012-11-19 14:19:00 -05:00
2012-10-28 11:13:54 -07:00
2012-10-29 15:30:37 -04:00
2012-11-22 09:14:54 -10:00
2012-11-23 12:01:02 -10:00
2012-11-20 18:52:01 -10:00
2012-10-16 18:07:12 -07:00