Re: [PATCH 07/26] ARM: pxa: mbxfb: disable broken debugfs code

From: Eric Miao
Date: Fri Oct 07 2011 - 01:10:30 EST


On Sun, Oct 2, 2011 at 4:03 AM, Arnd Bergmann <arnd@xxxxxxxx> wrote:
> This code has not worked for a long time, and even the
> Makefile entry for building the file was misspelled.
> Mark it as broken.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Acked-by: Eric Miao <eric.y.miao@xxxxxxxxx>

> ---
> Âdrivers/video/Kconfig   Â|  Â2 +-
> Âdrivers/video/mbx/Makefile | Â Â2 +-
> Â2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
> index 549b960..45494c0 100644
> --- a/drivers/video/Kconfig
> +++ b/drivers/video/Kconfig
> @@ -1932,7 +1932,7 @@ config FB_MBX
>
> Âconfig FB_MBX_DEBUG
> Â Â Â Âbool "Enable debugging info via debugfs"
> - Â Â Â depends on FB_MBX && DEBUG_FS
> + Â Â Â depends on FB_MBX && DEBUG_FS && BROKEN
> Â Â Â Âdefault n
> Â Â Â Â---help---
> Â Â Â Â ÂEnable this if you want debugging information using the debug
> diff --git a/drivers/video/mbx/Makefile b/drivers/video/mbx/Makefile
> index 16c1165..a315abc 100644
> --- a/drivers/video/mbx/Makefile
> +++ b/drivers/video/mbx/Makefile
> @@ -1,4 +1,4 @@
> Â# Makefile for the 2700G controller driver.
>
> Âobj-$(CONFIG_FB_MBX) Â Â Â+= mbxfb.o
> -obj-$(CONFIG_FB_MBX_DEBUG) += mbxfbdebugfs.o
> +obj-$(CONFIG_FB_MBX_DEBUG) += mbxdebugfs.o
> --
> 1.7.5.4
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/