All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] OMAPDSS: HDMI: Remove __exit macro from hdmi_uninit_display
@ 2012-11-07  3:37 Ricardo Neri
  2012-11-07  7:21 ` Tomi Valkeinen
  0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Neri @ 2012-11-07  3:37 UTC (permalink / raw)
  To: tomi.valkeinen; +Cc: linux-omap, Ricardo Neri

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");
 
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] OMAPDSS: HDMI: Remove __exit macro from hdmi_uninit_display
  2012-11-07  3:37 [PATCH] OMAPDSS: HDMI: Remove __exit macro from hdmi_uninit_display Ricardo Neri
@ 2012-11-07  7:21 ` Tomi Valkeinen
  0 siblings, 0 replies; 2+ messages in thread
From: Tomi Valkeinen @ 2012-11-07  7:21 UTC (permalink / raw)
  To: Ricardo Neri; +Cc: linux-omap

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-07  7:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.