From: Padmanabh Ratnakar Date: Wed, 25 Apr 2012 01:47:03 +0000 (+0000) Subject: be2net: Fix wrong status getting returned for MCC commands X-Git-Tag: v3.5-rc1~109^2~285 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=652bf64622f32c938dd4a8738ba12d51dc9fbdd4;p=pandora-kernel.git be2net: Fix wrong status getting returned for MCC commands MCC Response CQEs are processed as part of NAPI poll routine and also synchronously. If MCC completions are consumed by NAPI poll routine, wrong status is returned to synchronously waiting routine. Fix this by getting status of MCC command from command response instead of response CQEs. Signed-off-by: Padmanabh Ratnakar Signed-off-by: David S. Miller --- Reading git-diff-tree failed