Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752257Ab1FVFHA (ORCPT ); Wed, 22 Jun 2011 01:07:00 -0400 Received: from mail-pw0-f46.google.com ([209.85.160.46]:62864 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751255Ab1FVFG7 (ORCPT ); Wed, 22 Jun 2011 01:06:59 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:cc:date:in-reply-to:references :content-type:x-mailer:content-transfer-encoding:message-id :mime-version; b=S4gC2ZdLXydDLfydDk66I/vmHcSbDvow1M6P92rS4aZ1TxlJzGHm+Z4L2ZzwBavav0 PUdZc43JF0buPw4DGG6bzEz11lqXStsb1frauyzra2h9zYubOekfDN/EzMZMf80FnMD/ OkVrbQNrHLoWxFW8YWjf1qNyS5K/yg34qsc38= Subject: Re: [PATCH 2/2] mtd: onenand/samsung.c: fix build error From: Artem Bityutskiy Reply-To: dedekind1@gmail.com To: Brian Norris Cc: Axel Lin , Artem Bityutskiy , Dmitry Eremin-Solenikov , linux-kernel@vger.kernel.org, Kyungmin Park , linux-mtd@lists.infradead.org, David Woodhouse Date: Wed, 22 Jun 2011 08:07:41 +0300 In-Reply-To: References: <1308298176.13535.1.camel@phoenix> <1308298294.13535.3.camel@phoenix> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.0.2 (3.0.2-2.fc15) Content-Transfer-Encoding: 7bit Message-ID: <1308719266.18119.31.camel@sauron> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 693 Lines: 20 On Fri, 2011-06-17 at 10:10 -0700, Brian Norris wrote: > Hi, > > On Fri, Jun 17, 2011 at 1:11 AM, Axel Lin wrote: > > - err = mtd_device_parse_register(&info->mtd, NULL, 0, > > + err = mtd_device_parse_register(onenand->mtd, NULL, 0, > > pdata ? pdata->parts : NULL, > > pdata ? pdata->nr_parts : 0); Yeah, just did this, thanks. -- Best Regards, Artem Bityutskiy -- 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/