From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751855AbbJKUA5 (ORCPT ); Sun, 11 Oct 2015 16:00:57 -0400 Received: from mail-qg0-f42.google.com ([209.85.192.42]:35473 "EHLO mail-qg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751190AbbJKUAz (ORCPT ); Sun, 11 Oct 2015 16:00:55 -0400 Date: Sun, 11 Oct 2015 13:00:39 -0700 From: Brian Norris To: Michal Suchanek Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , David Woodhouse , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org Subject: Re: [PATCH v3 1/5] mtd: mtdpart: add debug prints to partition parser. Message-ID: <20151011200010.GA3696@localhost> References: <5b636f504e32c9fe83df22694656075f4f45c710.1439911625.git.hramrach@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5b636f504e32c9fe83df22694656075f4f45c710.1439911625.git.hramrach@gmail.com> 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 On Tue, Aug 18, 2015 at 03:34:07PM -0000, Michal Suchanek wrote: > The probe of a mtd device can fail when a partition parser returns > error. The failure due to partition parsing can be quite mysterious when > multiple partitioning schemes are comiled in and any of them can fail > the probe. > > Add debug prints which show what parsers were tried and what they > returned. > > Signed-off-by: Michal Suchanek > --- > v2: > > - reformat debug messages Looks OK to me. Applied to l2-mtd.git.