ChangeSet 1.2181.25.38, 2005/03/24 11:49:58+01:00, [EMAIL PROTECTED]
[ALSA] Fix Oops with joystick support
ES1968 driver
Fix Oops when joystick is enabled.
Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]>
es1968.c | 1 +
1 files changed, 1 insertion(+)
diff -Nru a/sound/pci/es1968.c b/sound/pci/es1968.c
--- a/sound/pci/es1968.c 2005-03-30 16:18:13 -08:00
+++ b/sound/pci/es1968.c 2005-03-30 16:18:13 -08:00
@@ -2498,6 +2498,7 @@
gameport_set_phys(gp, "pci%s/gameport0", pci_name(chip->pci));
gp->dev.parent = &chip->pci->dev;
gp->io = JOYSTICK_ADDR;
+ gp->port_data = r;
gameport_register_port(gp);
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html