diff options
Diffstat (limited to 'drivers/net/sunhme.c')
-rw-r--r-- | drivers/net/sunhme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sunhme.c b/drivers/net/sunhme.c index 25ce26a882d1..b4e7f30ea4e8 100644 --- a/drivers/net/sunhme.c +++ b/drivers/net/sunhme.c | |||
@@ -3060,7 +3060,7 @@ static int __devinit happy_meal_pci_probe(struct pci_dev *pdev, | |||
3060 | goto err_out_clear_quattro; | 3060 | goto err_out_clear_quattro; |
3061 | } | 3061 | } |
3062 | 3062 | ||
3063 | if ((hpreg_base = ioremap(hpreg_res, 0x8000)) == 0) { | 3063 | if ((hpreg_base = ioremap(hpreg_res, 0x8000)) == NULL) { |
3064 | printk(KERN_ERR "happymeal(PCI): Unable to remap card memory.\n"); | 3064 | printk(KERN_ERR "happymeal(PCI): Unable to remap card memory.\n"); |
3065 | goto err_out_free_res; | 3065 | goto err_out_free_res; |
3066 | } | 3066 | } |