lkml.org 
[lkml]   [2010]   [Jan]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v4l/dvb] firedtv: add forgotten __exit annotation
Stefan Richter wrote on 2009-12-26:
> fdtv_fw_exit() is part of the firedtv driver's .exit.text section.
...
> --- linux-2.6.33-rc2.orig/drivers/media/dvb/firewire/firedtv-fw.c
> +++ linux-2.6.33-rc2/drivers/media/dvb/firewire/firedtv-fw.c
> @@ -332,7 +332,7 @@ int __init fdtv_fw_init(void)
> return driver_register(&fdtv_driver.driver);
> }
>
> -void fdtv_fw_exit(void)
> +void __exit fdtv_fw_exit(void)
> {
> driver_unregister(&fdtv_driver.driver);
> fw_core_remove_address_handler(&fcp_handler);
>

This patch is bogus. fdtv_fw_exit() is also called from firedtv's init.
--
Stefan Richter
-=====-==-=- ---= -=-=-
http://arcgraph.de/sr/


\
 
 \ /
  Last update: 2010-01-10 16:15    [W:0.310 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site