git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3ed2bd
)
sfc: Explain why efx_mcdi_exit_assertion() ignores result of efx_mcdi_rpc()
author
Ben Hutchings
<bhutchings@solarflare.com>
Mon, 2 Jul 2012 22:37:40 +0000
(23:37 +0100)
committer
Ben 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