]> Pileus Git - ~andy/linux/blobdiff - sound/pci/via82xx.c
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[~andy/linux] / sound / pci / via82xx.c
index 3c511d0caf9ef25d4a985abfbd3e797b916209a8..5ae6f042c586f61e94127ac91979e5e5c0407df8 100644 (file)
@@ -1940,7 +1940,7 @@ static int snd_via686_create_gameport(struct via82xx *chip, unsigned char *legac
 
        r = request_region(JOYSTICK_ADDR, 8, "VIA686 gameport");
        if (!r) {
-               printk(KERN_WARNING "via82xx: cannot reserve joystick port 0x%#x\n",
+               printk(KERN_WARNING "via82xx: cannot reserve joystick port %#x\n",
                       JOYSTICK_ADDR);
                return -EBUSY;
        }