diff options
author | Jan-Bernd Themann <themann@de.ibm.com> | 2009-03-13 13:50:40 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-03-13 13:50:40 -0700 |
commit | 52e21b1bd96444c452f6eab7dc438a8a898aa14a (patch) | |
tree | 8e25fd2a92457662bbc72d3027b3d419dd6b9b76 /drivers/net/ehea/ehea.h | |
parent | f9ac30f080d23ef0a2d4a1b7c6806c9a21c0f324 (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ehea/ehea.h b/drivers/net/ehea/ehea.h index 029631c58f0..6e317caf429 100644 --- a/drivers/net/ehea/ehea.h +++ b/drivers/net/ehea/ehea.h @@ -40,7 +40,7 @@ #include <asm/io.h> #define DRV_NAME "ehea" -#define DRV_VERSION "EHEA_0099" +#define DRV_VERSION "EHEA_0100" /* eHEA capability flags */ #define DLPAR_PORT_ADD_REM 1 |