From: Tomi Valkeinen on
Hi,

Please send the patch as plaintext, without any HTML content.

Also, use the same patch subject as other patches for omapfb, in this
case "OMAP: DSS2: OMAPFB: ...", and include a bit more verbose
description.

Tomi


On Tue, 2010-06-29 at 22:29 +0200, ext Afzal Mohammed wrote:
>
>
> sysfs file removed in error path of omapfb_create_framebuffers()
>
>
> Signed-off-by: Afzal Mohammed <lazfamam(a)gmail.com>
> ---
> drivers/video/omap2/omapfb/omapfb-main.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
>
> diff --git a/drivers/video/omap2/omapfb/omapfb-main.c
> b/drivers/video/omap2/omapfb/omapfb-main.c
> index 4b4506d..2319b81 100644
> --- a/drivers/video/omap2/omapfb/omapfb-main.c
> +++ b/drivers/video/omap2/omapfb/omapfb-main.c
> @@ -1945,6 +1945,7 @@ static int omapfb_create_framebuffers(struct
> omapfb2_device *fbdev)
> r = omapfb_overlay_enable(ovl, 1);
>
> if (r) {
> + omapfb_remove_sysfs(fbdev);
> dev_err(fbdev->dev,
> "failed to enable overlay\n");
> return r;
> --
> 1.7.0.4
>
>


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/