From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qa0-x230.google.com ([2607:f8b0:400d:c00::230]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1X7aKV-0003yY-Tg for linux-mtd@lists.infradead.org; Thu, 17 Jul 2014 01:17:53 +0000 Received: by mail-qa0-f48.google.com with SMTP id m5so1333085qaj.21 for ; Wed, 16 Jul 2014 18:17:28 -0700 (PDT) Date: Wed, 16 Jul 2014 18:17:24 -0700 From: Brian Norris To: Bean Huo Subject: Re: [PATCH v6] mtd:nor:timeout:fix do_write_buffer() timeout error Message-ID: <20140717011724.GW7537@ld-irv-0074> References: <20140716180423.GV7537@ld-irv-0074> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Cc: Paul Gortmaker , Artem Bityutskiy , Jingoo Han , "linux-kernel@vger.kernel.org" , "christian.riesch@omicron.at" , Huang Shijie , "linux-mtd@lists.infradead.org" , David Woodhouse List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Jul 17, 2014 at 12:54:17AM +0000, Bean Huo wrote: > > I have just fixed up your patch myself, to use max() and to improve some > > of the language. Let me know if the below works for you. > > hi,Brian >  Thanks once again.I test and it works Ok.It can be accepted now? Yes. Pushed to l2-mtd.git. Please be more diligent next time to follow CodingStyle and email submission practices next time. Even if your company email gives trouble, I'm sure you can find some way to send patches properly. For instance, a quick search shows me that your outlook.com email supports sending email via SMTP: http://windows.microsoft.com/en-us/windows/outlook/send-receive-from-app That means you can, for instance, use git-send-email to send patches. Brian