From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: silence some noisy printks in irda Date: Thu, 04 Oct 2012 15:54:56 -0400 (EDT) Message-ID: <20121004.155456.1370397856748653068.davem@davemloft.net> References: <20121004133613.GA2913@redhat.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: davej@redhat.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:45417 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757385Ab2JDTy5 (ORCPT ); Thu, 4 Oct 2012 15:54:57 -0400 In-Reply-To: <20121004133613.GA2913@redhat.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Dave Jones Date: Thu, 4 Oct 2012 09:36:13 -0400 > Fuzzing causes these printks to spew constantly. > Changing them to DEBUG statements is consistent with other usage in the file, > and makes them disappear when CONFIG_IRDA_DEBUG is disabled. > > Signed-off-by: Dave Jones Applied.