X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sound%2Foss%2Fkahlua.c;h=eb9bc365530dde4107f1cf4f9de102bd66dac59b;hb=b5684b83b1e1579bbbc80e703e990c0cccf5892c;hp=dfe670f12e67d71117904db746c2a2b8e87af10d;hpb=f8abea8f8c24ecdad6d6861bffb912f23f2741cd;p=pandora-kernel.git diff --git a/sound/oss/kahlua.c b/sound/oss/kahlua.c index dfe670f12e67..eb9bc365530d 100644 --- a/sound/oss/kahlua.c +++ b/sound/oss/kahlua.c @@ -67,7 +67,7 @@ static int __devinit probe_one(struct pci_dev *pdev, const struct pci_device_id return 1; mem = ioremap(base, 128); - if(mem == 0UL) + if (!mem) return 1; map = readw(mem + 0x18); /* Read the SMI enables */ iounmap(mem);