From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cantor.suse.de ([195.135.220.2] helo=mx1.suse.de) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1Q77tV-0005t4-EI for linux-mtd@lists.infradead.org; Tue, 05 Apr 2011 15:10:18 +0000 Message-ID: <4D9B30D1.2090406@suse.cz> Date: Tue, 05 Apr 2011 17:10:09 +0200 From: Michal Marek MIME-Version: 1.0 To: dedekind1@gmail.com Subject: Re: [PATCH 16/34] nand/denali: Drop __TIME__ usage References: <1302015561-21047-1-git-send-email-mmarek@suse.cz> <1302015561-21047-17-git-send-email-mmarek@suse.cz> <1302015767.2760.145.camel@localhost> In-Reply-To: <1302015767.2760.145.camel@localhost> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: David Woodhouse , Chuanxiao Dong , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 5.4.2011 17:02, Artem Bityutskiy wrote: > On Tue, 2011-04-05 at 16:59 +0200, Michal Marek wrote: >> The kernel already prints its build timestamp during boot, no need to >> repeat it in random drivers and produce different object files each >> time. >> >> Cc: Chuanxiao Dong >> Cc: David Woodhouse >> Cc: linux-mtd@lists.infradead.org >> Signed-off-by: Michal Marek > > Do you want this to got via the MTD tree or you'd rather merge it with > the rest of the patches via some other tree? In any case, The patches do not depend on each other, so they should go via the usual trees. > Acked-by: Artem Bityutskiy Thanks. Michal