* [PATCH 1/1] drivers/video/fbdev/omap2/dss/dss.c: add __exit to dss_uninit_ports
@ 2014-04-23 16:09 Fabian Frederick
2014-05-09 9:57 ` Tomi Valkeinen
0 siblings, 1 reply; 3+ messages in thread
From: Fabian Frederick @ 2014-04-23 16:09 UTC (permalink / raw)
To: linux-kernel; +Cc: akpm, Tomi Valkeinen, linux-omap
dss_uninit_ports is only called by __exit omap_dsshw_remove
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: linux-omap@vger.kernel.org
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
drivers/video/fbdev/omap2/dss/dss.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/fbdev/omap2/dss/dss.c b/drivers/video/fbdev/omap2/dss/dss.c
index d55266c..a1c1cc2 100644
--- a/drivers/video/fbdev/omap2/dss/dss.c
+++ b/drivers/video/fbdev/omap2/dss/dss.c
@@ -813,7 +813,7 @@ static int __init dss_init_ports(struct platform_device *pdev)
return 0;
}
-static void dss_uninit_ports(void)
+static void __exit dss_uninit_ports(void)
{
#ifdef CONFIG_OMAP2_DSS_DPI
dpi_uninit_port();
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] drivers/video/fbdev/omap2/dss/dss.c: add __exit to dss_uninit_ports
2014-04-23 16:09 [PATCH 1/1] drivers/video/fbdev/omap2/dss/dss.c: add __exit to dss_uninit_ports Fabian Frederick
@ 2014-05-09 9:57 ` Tomi Valkeinen
0 siblings, 0 replies; 3+ messages in thread
From: Tomi Valkeinen @ 2014-05-09 9:57 UTC (permalink / raw)
To: Fabian Frederick, linux-kernel; +Cc: akpm, linux-omap
[-- Attachment #1: Type: text/plain, Size: 917 bytes --]
On 23/04/14 19:09, Fabian Frederick wrote:
> dss_uninit_ports is only called by __exit omap_dsshw_remove
>
> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
> Cc: linux-omap@vger.kernel.org
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Signed-off-by: Fabian Frederick <fabf@skynet.be>
> ---
> drivers/video/fbdev/omap2/dss/dss.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/video/fbdev/omap2/dss/dss.c b/drivers/video/fbdev/omap2/dss/dss.c
> index d55266c..a1c1cc2 100644
> --- a/drivers/video/fbdev/omap2/dss/dss.c
> +++ b/drivers/video/fbdev/omap2/dss/dss.c
> @@ -813,7 +813,7 @@ static int __init dss_init_ports(struct platform_device *pdev)
> return 0;
> }
>
> -static void dss_uninit_ports(void)
> +static void __exit dss_uninit_ports(void)
> {
> #ifdef CONFIG_OMAP2_DSS_DPI
> dpi_uninit_port();
>
Thanks, queued for 3.16.
Tomi
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] drivers/video/fbdev/omap2/dss/dss.c: add __exit to dss_uninit_ports
@ 2014-05-09 9:57 ` Tomi Valkeinen
0 siblings, 0 replies; 3+ messages in thread
From: Tomi Valkeinen @ 2014-05-09 9:57 UTC (permalink / raw)
To: Fabian Frederick, linux-kernel; +Cc: akpm, linux-omap
[-- Attachment #1: Type: text/plain, Size: 917 bytes --]
On 23/04/14 19:09, Fabian Frederick wrote:
> dss_uninit_ports is only called by __exit omap_dsshw_remove
>
> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
> Cc: linux-omap@vger.kernel.org
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Signed-off-by: Fabian Frederick <fabf@skynet.be>
> ---
> drivers/video/fbdev/omap2/dss/dss.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/video/fbdev/omap2/dss/dss.c b/drivers/video/fbdev/omap2/dss/dss.c
> index d55266c..a1c1cc2 100644
> --- a/drivers/video/fbdev/omap2/dss/dss.c
> +++ b/drivers/video/fbdev/omap2/dss/dss.c
> @@ -813,7 +813,7 @@ static int __init dss_init_ports(struct platform_device *pdev)
> return 0;
> }
>
> -static void dss_uninit_ports(void)
> +static void __exit dss_uninit_ports(void)
> {
> #ifdef CONFIG_OMAP2_DSS_DPI
> dpi_uninit_port();
>
Thanks, queued for 3.16.
Tomi
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-05-09 9:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-23 16:09 [PATCH 1/1] drivers/video/fbdev/omap2/dss/dss.c: add __exit to dss_uninit_ports Fabian Frederick
2014-05-09 9:57 ` Tomi Valkeinen
2014-05-09 9:57 ` Tomi Valkeinen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.