All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Ricardo Neri <ricardo.neri@ti.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH] OMAPDSS: HDMI: Remove __exit macro from hdmi_uninit_display
Date: Wed, 7 Nov 2012 09:21:02 +0200	[thread overview]
Message-ID: <509A0BDE.60201@ti.com> (raw)
In-Reply-To: <1352259434-21196-1-git-send-email-ricardo.neri@ti.com>

[-- Attachment #1: Type: text/plain, Size: 1011 bytes --]

On 2012-11-07 05:37, Ricardo Neri wrote:
> This function is now used in the driver init path to handle
> probe errors properly. Thus, it may be possible to use this function
> outside the exit path.
> 
> Reported-by: Fengguang Wu <fengguang.wu@intel.com>
> Reported-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
> Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
> ---
>  drivers/video/omap2/dss/hdmi.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/video/omap2/dss/hdmi.c b/drivers/video/omap2/dss/hdmi.c
> index 0c2f35b..6cf2fe2 100644
> --- a/drivers/video/omap2/dss/hdmi.c
> +++ b/drivers/video/omap2/dss/hdmi.c
> @@ -365,7 +365,7 @@ static int __init hdmi_init_display(struct omap_dss_device *dssdev)
>  	return 0;
>  }
>  
> -static void __exit hdmi_uninit_display(struct omap_dss_device *dssdev)
> +static void hdmi_uninit_display(struct omap_dss_device *dssdev)
>  {
>  	DSSDBG("uninit_display\n");

Thanks, I'll apply.

 Tomi




[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 897 bytes --]

      reply	other threads:[~2012-11-07  7:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-07  3:37 [PATCH] OMAPDSS: HDMI: Remove __exit macro from hdmi_uninit_display Ricardo Neri
2012-11-07  7:21 ` Tomi Valkeinen [this message]

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=509A0BDE.60201@ti.com \
    --to=tomi.valkeinen@ti.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=ricardo.neri@ti.com \
    /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.