From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754097AbaI2MBO (ORCPT ); Mon, 29 Sep 2014 08:01:14 -0400 Received: from a.ns.miles-group.at ([95.130.255.143]:65276 "EHLO radon.swed.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753792AbaI2MBK (ORCPT ); Mon, 29 Sep 2014 08:01:10 -0400 Message-ID: <54294A01.8070505@nod.at> Date: Mon, 29 Sep 2014 14:01:05 +0200 From: Richard Weinberger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0 MIME-Version: 1.0 To: Kiran Padwal , Tanya Brokhman CC: dedeking1@gmail.com, linux-mtd@lists.infradead.org, linux-arm-msm@vger.kernel.org, Artem Bityutskiy , David Woodhouse , Brian Norris , open list Subject: Re: [PATCH] mtd: ubi: Extend UBI layer debug/messaging capabilities References: <1411886185-7838-1-git-send-email-tlinder@codeaurora.org> <54293975.9040402@gmail.com> In-Reply-To: <54293975.9040402@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 29.09.2014 12:50, schrieb Kiran Padwal: > Hi Tanya, > > On Sunday 28 September 2014 12:06 PM, Tanya Brokhman wrote: >> If there is more then one UBI device mounted, there is no way to >> distinguish between messages from different UBI devices. >> Add device number to all ubi layer message types. >> >> >> Signed-off-by: Tanya Brokhman >> >> --- >> drivers/mtd/ubi/attach.c | 138 ++++++++++++++++++++---------------- >> drivers/mtd/ubi/build.c | 130 ++++++++++++++++++++-------------- >> drivers/mtd/ubi/cdev.c | 37 +++++----- >> drivers/mtd/ubi/debug.c | 9 +-- >> drivers/mtd/ubi/eba.c | 54 +++++++------- >> drivers/mtd/ubi/fastmap.c | 108 ++++++++++++++++------------ >> drivers/mtd/ubi/io.c | 177 +++++++++++++++++++++++++++------------------- >> drivers/mtd/ubi/kapi.c | 6 +- >> drivers/mtd/ubi/misc.c | 6 +- >> drivers/mtd/ubi/ubi.h | 13 ++-- >> drivers/mtd/ubi/vmt.c | 76 +++++++++++--------- >> drivers/mtd/ubi/vtbl.c | 54 ++++++++------ >> drivers/mtd/ubi/wl.c | 87 +++++++++++++++-------- >> 13 files changed, 521 insertions(+), 374 deletions(-) > > Compilation breaks while I try to compile with this patch. > May be you need to update remaining ubi layer messages also. Please always share the errors you face. Maybe you have a different config. Thanks, //richard