diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2008-01-24 05:06:46 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:07:12 -0500 |
commit | 79ea13ce07c951bb4d95471e7300baa0f1be9e78 (patch) | |
tree | c0ea320464201854c5d3a222e2dd0d10ae22c95f /drivers/net/hp100.c | |
parent | 3e18826c73735eee5fca92584137824d9a387008 (diff) |
NULL noise in drivers/net
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/hp100.c')
-rw-r--r-- | drivers/net/hp100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/hp100.c b/drivers/net/hp100.c index 49421d1cd3a5..571dd80fb850 100644 --- a/drivers/net/hp100.c +++ b/drivers/net/hp100.c | |||
@@ -1153,7 +1153,7 @@ static void hp100_init_pdls(struct net_device *dev) | |||
1153 | printk("hp100: %s: init pdls\n", dev->name); | 1153 | printk("hp100: %s: init pdls\n", dev->name); |
1154 | #endif | 1154 | #endif |
1155 | 1155 | ||
1156 | if (0 == lp->page_vaddr_algn) | 1156 | if (!lp->page_vaddr_algn) |
1157 | printk("hp100: %s: Warning: lp->page_vaddr_algn not initialised!\n", dev->name); | 1157 | printk("hp100: %s: Warning: lp->page_vaddr_algn not initialised!\n", dev->name); |
1158 | else { | 1158 | else { |
1159 | /* pageptr shall point into the DMA accessible memory region */ | 1159 | /* pageptr shall point into the DMA accessible memory region */ |