Tag: a8782f669c35df585749caadfbae6456d9e3ac98

V4L/DVB (9796): drivers/media/video/cx88/cx88-alsa.c: Adjust error-handling code

Author: Julia Lawall <julia@diku.dk> In the function cx88_audio_initdev, the value card has been created using snd_card_new. The other error handling code in this function frees the value using snd_card_free. I have thus changed the first error case to do the same. On the other hand, it may be that card is not sufficiently initialized at …

Continue reading