|
@@ -935,7 +935,7 @@ snd_harmony_create(struct snd_card *card,
|
|
h->iobase = ioremap_nocache(padev->hpa.start, HARMONY_SIZE);
|
|
h->iobase = ioremap_nocache(padev->hpa.start, HARMONY_SIZE);
|
|
if (h->iobase == NULL) {
|
|
if (h->iobase == NULL) {
|
|
printk(KERN_ERR PFX "unable to remap hpa 0x%lx\n",
|
|
printk(KERN_ERR PFX "unable to remap hpa 0x%lx\n",
|
|
- padev->hpa.start);
|
|
|
|
|
|
+ (unsigned long)padev->hpa.start);
|
|
err = -EBUSY;
|
|
err = -EBUSY;
|
|
goto free_and_ret;
|
|
goto free_and_ret;
|
|
}
|
|
}
|