Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934206AbbLPTQx (ORCPT ); Wed, 16 Dec 2015 14:16:53 -0500 Received: from mail-pf0-f169.google.com ([209.85.192.169]:35876 "EHLO mail-pf0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932808AbbLPTQw (ORCPT ); Wed, 16 Dec 2015 14:16:52 -0500 Date: Wed, 16 Dec 2015 11:16:48 -0800 From: Brian Norris To: Archit Taneja Cc: Boris Brezillon , dehrenberg@google.com, cernekee@gmail.com, sboyd@codeaurora.org, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, linux-arm-msm@vger.kernel.org, agross@codeaurora.org Subject: Re: [PATCH v4 2/5] mtd: nand: Qualcomm NAND controller driver Message-ID: <20151216191648.GA28424@google.com> References: <1438578498-32254-1-git-send-email-architt@codeaurora.org> <1439959746-25498-1-git-send-email-architt@codeaurora.org> <1439959746-25498-3-git-send-email-architt@codeaurora.org> <20151216101547.74c77bdd@bbrezillon> <567151BC.7010508@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <567151BC.7010508@codeaurora.org> 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: 650 Lines: 19 On Wed, Dec 16, 2015 at 05:27:48PM +0530, Archit Taneja wrote: > On 12/16/2015 02:45 PM, Boris Brezillon wrote: > >On Wed, 19 Aug 2015 10:19:03 +0530 > >Archit Taneja wrote: > >>+ return mtd_device_parse_register(mtd, NULL, &ppdata, NULL, 0); > > > > return mtd_device_parse_register(mtd, NULL, NULL, NULL 0); > > Will fix. Or just: return mtd_device_register(mtd, NULL, 0); -- 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/