From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Tobias Schandinat Date: Fri, 02 Sep 2011 20:51:28 +0000 Subject: Re: [PATCH 6/6] fbdev: au1200fb: silence debug output Message-Id: <4E6141D0.4020508@gmx.de> List-Id: References: <1314974451-8535-7-git-send-email-manuel.lauss@googlemail.com> In-Reply-To: <1314974451-8535-7-git-send-email-manuel.lauss@googlemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev@vger.kernel.org On 09/02/2011 02:40 PM, Manuel Lauss wrote: > it's annoying and takes up way too much space in dmesg. ...and is no longer needed, I guess. I applied this patch. As I merged Paul's old branch when I replaced it in linux-next I already had the 5 other patches. Thanks, Florian Tobias Schandinat > > Signed-off-by: Manuel Lauss > --- > drivers/video/au1200fb.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/video/au1200fb.c b/drivers/video/au1200fb.c > index ed5dcdb2..a19a40e 100644 > --- a/drivers/video/au1200fb.c > +++ b/drivers/video/au1200fb.c > @@ -49,7 +49,7 @@ > #define DRIVER_NAME "au1200fb" > #define DRIVER_DESC "LCD controller driver for AU1200 processors" > > -#define DEBUG 1 > +#define DEBUG 0 > > #define print_err(f, arg...) printk(KERN_ERR DRIVER_NAME ": " f "\n", ## arg) > #define print_warn(f, arg...) printk(KERN_WARNING DRIVER_NAME ": " f "\n", ## arg)