X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=sound%2Fpci%2Fvia82xx.c;h=5ae6f042c586f61e94127ac91979e5e5c0407df8;hb=fa1586a7e43760f0e25e72b2e3f97ee18b2be967;hp=3c511d0caf9ef25d4a985abfbd3e797b916209a8;hpb=f7d8f1e9cb44e6ee1602586dbf7f2bed637a2b4e;p=~andy%2Flinux diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c index 3c511d0caf9..5ae6f042c58 100644 --- a/sound/pci/via82xx.c +++ b/sound/pci/via82xx.c @@ -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; }