X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=sound%2Fpci%2Fvia82xx.c;h=5ae6f042c586f61e94127ac91979e5e5c0407df8;hb=fa1586a7e43760f0e25e72b2e3f97ee18b2be967;hp=3c511d0caf9ef25d4a985abfbd3e797b916209a8;hpb=e9e3c8a20b2ac89a5770a6bb0a1d0dafc7f0edb0;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; }