This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / sound / isa / sb / emu8000_pcm.c
index 5c4def8..4d84f25 100644 (file)
@@ -264,7 +264,7 @@ static int emu8k_pcm_close(snd_pcm_substream_t *subs)
        emu8k_pcm_t *rec = subs->runtime->private_data;
        if (rec)
                kfree(rec);
-       subs->runtime->private_data = NULL;
+       subs->runtime->private_data = 0;
        return 0;
 }