--- zzzz-none-000/linux-3.10.107/sound/pci/au88x0/au88x0_game.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/sound/pci/au88x0/au88x0_game.c 2021-02-04 17:41:59.000000000 +0000 @@ -98,7 +98,8 @@ vortex->gameport = gp = gameport_allocate_port(); if (!gp) { - printk(KERN_ERR "vortex: cannot allocate memory for gameport\n"); + dev_err(vortex->card->dev, + "cannot allocate memory for gameport\n"); return -ENOMEM; }