aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ehea/ehea.h
diff options
context:
space:
mode:
authorJan-Bernd Themann <themann@de.ibm.com>2009-03-13 16:50:40 -0400
committerDavid S. Miller <davem@davemloft.net>2009-03-13 16:50:40 -0400
commit52e21b1bd96444c452f6eab7dc438a8a898aa14a (patch)
tree8e25fd2a92457662bbc72d3027b3d419dd6b9b76 /drivers/net/ehea/ehea.h
parentf9ac30f080d23ef0a2d4a1b7c6806c9a21c0f324 (diff)
ehea: fix circular locking problem
This patch fixes the circular locking problem by changing the locking strategy concerning the logging of firmware handles. Signed-off-by: Jan-Bernd Themann <themann@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ehea/ehea.h')
-rw-r--r--drivers/net/ehea/ehea.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ehea/ehea.h b/drivers/net/ehea/ehea.h
index 029631c58f0c..6e317caf429c 100644
--- a/drivers/net/ehea/ehea.h
+++ b/drivers/net/ehea/ehea.h
@@ -40,7 +40,7 @@
40#include <asm/io.h> 40#include <asm/io.h>
41 41
42#define DRV_NAME "ehea" 42#define DRV_NAME "ehea"
43#define DRV_VERSION "EHEA_0099" 43#define DRV_VERSION "EHEA_0100"
44 44
45/* eHEA capability flags */ 45/* eHEA capability flags */
46#define DLPAR_PORT_ADD_REM 1 46#define DLPAR_PORT_ADD_REM 1