sfc: Explain why efx_mcdi_exit_assertion() ignores result of efx_mcdi_rpc()
authorBen Hutchings <bhutchings@solarflare.com>
Mon, 2 Jul 2012 22:37:40 +0000 (23:37 +0100)
committerBen Hutchings <bhutchings@solarflare.com>
Tue, 17 Jul 2012 15:12:33 +0000 (16:12 +0100)
Fix CID 113952 in Coverity report on Linux.

This is the one instance where we don't, and shouldn't, check the
return code from efx_mcdi_rpc().  It wasn't immediately obvious to me
why we didn't, so I think an explanation is in order.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>

No differences found