Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: Trivial fix for dvb-bt8xx module unloading



On Wed, 2003-10-22 at 15:02, Dmitri Katchalov wrote:
> --- linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c.orig	2003-10-23 07:20:52.000000000
> +1000
> +++ linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c	2003-10-23 07:21:38.000000000 +1000
> @@ -594,9 +594,9 @@
>  		dvb_unregister_adapter(card->dvb_adapter);
>  		dvb_bt8xx_adap_free(card->i2c_adapter);
>  		
> -		kfree(card);
> -		
>  		list_del(&card->list);
> +
> +		kfree(card);
>  	}
>  
>  }

Applied to dvb-kernel. Thanks!




-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index