All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Fabian Frederick <fabf@skynet.be>,
	linux-kernel <linux-kernel@vger.kernel.org>
Cc: akpm <akpm@linux-foundation.org>, linux-omap@vger.kernel.org
Subject: Re: [PATCH 1/1] drivers/video/fbdev/omap2/dss/dss.c: add __exit to dss_uninit_ports
Date: Fri, 9 May 2014 12:57:16 +0300	[thread overview]
Message-ID: <536CA67C.2090109@ti.com> (raw)
In-Reply-To: <20140423180958.8b3cc405c00fbbf7c6c5a947@skynet.be>

[-- 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 --]

WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Fabian Frederick <fabf@skynet.be>,
	linux-kernel <linux-kernel@vger.kernel.org>
Cc: akpm <akpm@linux-foundation.org>, <linux-omap@vger.kernel.org>
Subject: Re: [PATCH 1/1] drivers/video/fbdev/omap2/dss/dss.c: add __exit to dss_uninit_ports
Date: Fri, 9 May 2014 12:57:16 +0300	[thread overview]
Message-ID: <536CA67C.2090109@ti.com> (raw)
In-Reply-To: <20140423180958.8b3cc405c00fbbf7c6c5a947@skynet.be>

[-- 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 --]

  reply	other threads:[~2014-05-09  9:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2014-05-09  9:57   ` Tomi Valkeinen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=536CA67C.2090109@ti.com \
    --to=tomi.valkeinen@ti.com \
    --cc=akpm@linux-foundation.org \
    --cc=fabf@skynet.be \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.