From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761197Ab2FVFjj (ORCPT ); Fri, 22 Jun 2012 01:39:39 -0400 Received: from gate.crashing.org ([63.228.1.57]:57640 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757345Ab2FVFji (ORCPT ); Fri, 22 Jun 2012 01:39:38 -0400 Message-ID: <1340343557.16104.35.camel@pasglop> Subject: Re: [PATCH 1/1] of: reform prom_update_property function From: Benjamin Herrenschmidt To: Dong Aisheng Cc: Dong Aisheng , Rob Herring , Dong Aisheng-B29396 , "devicetree-discuss@lists.ozlabs.org" , "linux-kernel@vger.kernel.org" , Kumar Gala , Paul Mackerras Date: Fri, 22 Jun 2012 15:39:17 +1000 In-Reply-To: References: <1340171647-2815-1-git-send-email-b29396@freescale.com> <4FE1CB2C.5040208@gmail.com> <1340237796.28143.207.camel@pasglop> <20120621093702.GE21231@shlinux2.ap.freescale.net> <1340323284.16104.4.camel@pasglop> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2012-06-22 at 13:25 +0800, Dong Aisheng wrote: > Which seems the same behavior as the new prop_update_property api. > The only different is if no name, return -EINVAL; > Am i wrong? No, you are right. Sorry for the noise :-) Cheers, Ben.