[PATCH] OMAPDSS: HDMI: Remove __exit macro from hdmi_uninit_display

2012-11-06 Thread 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...@intel.com Reported-by: Yuanhan Liu yuanhan@linux.intel.com Signed-off-by: Ricardo Neri

Re: [PATCH] OMAPDSS: HDMI: Remove __exit macro from hdmi_uninit_display

2012-11-06 Thread Tomi Valkeinen
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...@intel.com Reported-by: Yuanhan Liu