From 652bf64622f32c938dd4a8738ba12d51dc9fbdd4 Mon Sep 17 00:00:00 2001 From: Padmanabh Ratnakar Date: Wed, 25 Apr 2012 01:47:03 +0000 Subject: [PATCH] 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-format-patch failed