diff options
| author | Al Viro <[email protected]> | 2008-03-29 03:07:48 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-03-30 21:18:41 +0000 |
| commit | 5cf83b9b1279dbcdbcf91522bf766c998270ec44 (patch) | |
| tree | cdb9e24a8bae92178467d8280a52555bd5e2a8cc /drivers/misc/ibmasm/module.c | |
| parent | NULL noise: drivers/media (diff) | |
| download | kernel-5cf83b9b1279dbcdbcf91522bf766c998270ec44.tar.gz kernel-5cf83b9b1279dbcdbcf91522bf766c998270ec44.zip | |
NULL noise: drivers/misc
Signed-off-by: Al Viro <[email protected]>
Acked-by: Harvey Harrison <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'drivers/misc/ibmasm/module.c')
| -rw-r--r-- | drivers/misc/ibmasm/module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/ibmasm/module.c b/drivers/misc/ibmasm/module.c index 4f9d4a9da983..b5f6add34b0b 100644 --- a/drivers/misc/ibmasm/module.c +++ b/drivers/misc/ibmasm/module.c @@ -106,7 +106,7 @@ static int __devinit ibmasm_init_one(struct pci_dev *pdev, const struct pci_devi sp->irq = pdev->irq; sp->base_address = ioremap(pci_resource_start(pdev, 0), pci_resource_len(pdev, 0)); - if (sp->base_address == 0) { + if (!sp->base_address) { dev_err(sp->dev, "Failed to ioremap pci memory\n"); result = -ENODEV; goto error_ioremap; |
