From: Jyri Sarha <jsarha@ti.com>
To: linux-pm@vger.kernel.org
Cc: rjw@rjwysocki.net, pavel@ucw.cz, t-kristo@ti.com, tomi.valkeinen@ti.com
Subject: Re: [PATCH] OMAPDSS: hdmi: Remove __exit qualifier from hdmi_uninit_output()
Date: Tue, 2 Dec 2014 22:18:45 +0200 [thread overview]
Message-ID: <547E1EA5.30608@ti.com> (raw)
In-Reply-To: <1417536771-12907-1-git-send-email-jsarha@ti.com>
Please ignore this patch. It has no relevance to linux-pm and escaped by
accident.
Sorry,
Jyri
On 12/02/2014 06:12 PM, Jyri Sarha wrote:
> Remove __exit qualifier from hdmi_uninit_output() because it is used
> also in omapdss_hdmihw_probe().
>
> Signed-off-by: Jyri Sarha <jsarha@ti.com>
> ---
> drivers/video/fbdev/omap2/dss/hdmi4.c | 2 +-
> drivers/video/fbdev/omap2/dss/hdmi5.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/video/fbdev/omap2/dss/hdmi4.c b/drivers/video/fbdev/omap2/dss/hdmi4.c
> index e76cc5f..f1a02bf 100644
> --- a/drivers/video/fbdev/omap2/dss/hdmi4.c
> +++ b/drivers/video/fbdev/omap2/dss/hdmi4.c
> @@ -510,7 +510,7 @@ static void hdmi_init_output(struct platform_device *pdev)
> omapdss_register_output(out);
> }
>
> -static void __exit hdmi_uninit_output(struct platform_device *pdev)
> +static void hdmi_uninit_output(struct platform_device *pdev)
> {
> struct omap_dss_device *out = &hdmi.output;
>
> diff --git a/drivers/video/fbdev/omap2/dss/hdmi5.c b/drivers/video/fbdev/omap2/dss/hdmi5.c
> index cbfb282..d9d0d78 100644
> --- a/drivers/video/fbdev/omap2/dss/hdmi5.c
> +++ b/drivers/video/fbdev/omap2/dss/hdmi5.c
> @@ -538,7 +538,7 @@ static void hdmi_init_output(struct platform_device *pdev)
> omapdss_register_output(out);
> }
>
> -static void __exit hdmi_uninit_output(struct platform_device *pdev)
> +static void hdmi_uninit_output(struct platform_device *pdev)
> {
> struct omap_dss_device *out = &hdmi.output;
>
>
prev parent reply other threads:[~2014-12-02 20:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-02 16:12 [PATCH] OMAPDSS: hdmi: Remove __exit qualifier from hdmi_uninit_output() Jyri Sarha
2014-12-02 20:18 ` Jyri Sarha [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=547E1EA5.30608@ti.com \
--to=jsarha@ti.com \
--cc=linux-pm@vger.kernel.org \
--cc=pavel@ucw.cz \
--cc=rjw@rjwysocki.net \
--cc=t-kristo@ti.com \
--cc=tomi.valkeinen@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.