aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ehea/ehea.h
diff options
context:
space:
mode:
authorThomas Klein <osstklei@de.ibm.com>2007-01-22 12:52:20 +0100
committerJeff Garzik <jeff@garzik.org>2007-01-23 00:59:20 -0500
commit061bf3cdba753ae7b52fba8cc324d81adac77696 (patch)
tree71a4d892ffe50f8f016e8afacc55e8f58bfcc269 /drivers/net/ehea/ehea.h
parentPHY: Export phy ethtool helpers (diff)
downloadlinux-dev-061bf3cdba753ae7b52fba8cc324d81adac77696.tar.xz
linux-dev-061bf3cdba753ae7b52fba8cc324d81adac77696.zip
ehea: Fixed wrong dereferencation
Not only check the pointer against 0 but also the dereferenced value Signed-off-by: Thomas Klein <tklein@de.ibm.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
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 39ad9f73d1ec..be10a3a26b5b 100644
--- a/drivers/net/ehea/ehea.h
+++ b/drivers/net/ehea/ehea.h
@@ -39,7 +39,7 @@
#include <asm/io.h>
#define DRV_NAME "ehea"
-#define DRV_VERSION "EHEA_0043"
+#define DRV_VERSION "EHEA_0044"
#define EHEA_MSG_DEFAULT (NETIF_MSG_LINK | NETIF_MSG_TIMER \
| NETIF_MSG_RX_ERR | NETIF_MSG_TX_ERR)