From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] ide-cd: Improve "weird block size" error message Date: Tue, 23 Jun 2009 16:03:11 -0700 (PDT) Message-ID: <20090623.160311.43292080.davem@davemloft.net> References: <200906230951.24615.elendil@planet.nl> <20090623075733.GA14790@liondog.tnic> <20090623080223.GA19253@liondog.tnic> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:37341 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753625AbZFWXDH (ORCPT ); Tue, 23 Jun 2009 19:03:07 -0400 In-Reply-To: <20090623080223.GA19253@liondog.tnic> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: petkovbb@googlemail.com Cc: elendil@planet.nl, bzolnier@gmail.com, sparclinux@vger.kernel.org, linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org From: Borislav Petkov Date: Tue, 23 Jun 2009 10:02:23 +0200 > On Tue, Jun 23, 2009 at 09:57:33AM +0200, Borislav Petkov wrote: >> On Tue, Jun 23, 2009 at 09:51:23AM +0200, Frans Pop wrote: >> >> [..] >> >> > --- >> > From: Frans Pop >> > Subject: ide-cd: Improve "weird block size" error message >> > >> > Currently the error gets repeated too frequently, for example >> > each time HAL polls the device when a disc is present. Avoid that >> > by using printk_once instead of printk. >> > Also join the error and corrective action messages into a single line. >> > >> > Signed-off-by: Frans Pop >> > Cc: Bartlomiej Zolnierkiewicz ... > Acked-by: Borislav Petkov Applied, thanks!