X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=sound%2Fparisc%2Fharmony.c;h=e924492df21dc1b469f7b41020ca890737fa9857;hp=610c43914cf2c69f9740f9cf11e953aca2c6b0a7;hb=1282c824cc4ad5b43fc1813e7ea564c0d6f0d046;hpb=82ced6fd28653ab456c3e5b25e9ef3c1c96cd6e9 diff --git a/sound/parisc/harmony.c b/sound/parisc/harmony.c index 610c43914cf2..e924492df21d 100644 --- a/sound/parisc/harmony.c +++ b/sound/parisc/harmony.c @@ -935,7 +935,7 @@ snd_harmony_create(struct snd_card *card, h->iobase = ioremap_nocache(padev->hpa.start, HARMONY_SIZE); if (h->iobase == NULL) { printk(KERN_ERR PFX "unable to remap hpa 0x%lx\n", - padev->hpa.start); + (unsigned long)padev->hpa.start); err = -EBUSY; goto free_and_ret; }