summaryrefslogtreecommitdiff
path: root/drivers/net/bna/cna.h
diff options
context:
space:
mode:
authorRasesh Mody <rmody@brocade.com>2011-07-22 08:07:43 (GMT)
committerDavid S. Miller <davem@davemloft.net>2011-07-23 00:01:13 (GMT)
commitac51f60f50f742745b316d51bd12fcada5e7778d (patch)
tree4da13a859ff98f7f42ba6dec40d2f8e12f08fb89 /drivers/net/bna/cna.h
parentbd5a92e9a0eb03c4e7d04c64aa99e9050459faf5 (diff)
downloadlinux-ac51f60f50f742745b316d51bd12fcada5e7778d.tar.xz
bna: State Machine Fault Handling Cleanup
Chnage details: - The module name is not used in case of state machine fault, hence no longer passing the module name to the fault handler. Signed-off-by: Rasesh Mody <rmody@brocade.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bna/cna.h')
-rw-r--r--drivers/net/bna/cna.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bna/cna.h b/drivers/net/bna/cna.h
index 01b4af7..a679e03 100644
--- a/drivers/net/bna/cna.h
+++ b/drivers/net/bna/cna.h
@@ -33,7 +33,7 @@
#include <linux/list.h>
-#define bfa_sm_fault(__mod, __event) do { \
+#define bfa_sm_fault(__event) do { \
pr_err("SM Assertion failure: %s: %d: event = %d", __FILE__, __LINE__, \
__event); \
} while (0)