--- ./sound/core/seq/seq_ports.c~ 2002-11-14 13:00:00.000000000 +0100 +++ ./sound/core/seq/seq_ports.c 2002-11-14 13:00:00.000000000 +0100 @@ -432,7 +432,7 @@ if (send_ack && client->type == USER_CLIENT) snd_seq_client_notify_subscription(port->addr.client, port->addr.port, info, SNDRV_SEQ_EVENT_PORT_UNSUBSCRIBED); - dec_mod_count(port->owner); + module_put(port->owner); return err; }