Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753956AbbBNKJJ (ORCPT ); Sat, 14 Feb 2015 05:09:09 -0500 Received: from mail-pd0-f170.google.com ([209.85.192.170]:43248 "EHLO mail-pd0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753496AbbBNKJH (ORCPT ); Sat, 14 Feb 2015 05:09:07 -0500 Date: Sat, 14 Feb 2015 15:38:58 +0530 From: Sudip Mukherjee To: Russell King - ARM Linux Cc: Parmeshwr Prasad , Joe Perches , "plagnioj@jcrosoft.com" , "tomi.valkeinen@ti.com" , "trivial@kernel.org" , "linux-fbdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 2/2]Trivial patch: to solve indentation warnings in amba-clcd.c driver Message-ID: <20150214100858.GB8946@sudip-PC> References: <20150213112125.GA25078@linuxteamdev.amer.dell.com> <20150213113515.GW8656@n2100.arm.linux.org.uk> <1423828796.2795.7.camel@perches.com> <20150213132805.GA1296@linuxteamdev.amer.dell.com> <20150213133618.GZ8656@n2100.arm.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150213133618.GZ8656@n2100.arm.linux.org.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1341 Lines: 31 On Fri, Feb 13, 2015 at 01:36:18PM +0000, Russell King - ARM Linux wrote: > On Fri, Feb 13, 2015 at 08:28:10AM -0500, Parmeshwr Prasad wrote: > > > > This is second patch in series. > > In driver in_atomic we should not use to check if code is unning in IRQ. > > clcdfb_sleep() function is used to give some delay between operation. > > I have used schedule_timeout() function for same amount of delay. > > Frankly, this patch is a mess. It seems to contain unrelated changes. and this patch is corrupted. your commit message is a mess and the maintainer has to edit it by hand before applying. if i remember correctly you have been told multiple times by many people to fix your commit message. and try to use git send-email to send your patches. regards sudip > > Please always review your own patches before you send them - this will > allow you to catch such errors before you post them publically. > > The change to clcdfb_sleep() is wrong in any case - you will end up > calling schedule_timeout() from illegal contexts (eg, when the > framebuffer gets blanked/unblanked.) > > -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/