Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934729AbcLIQd2 (ORCPT ); Fri, 9 Dec 2016 11:33:28 -0500 Received: from mail-oi0-f67.google.com ([209.85.218.67]:35160 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933734AbcLIQd0 (ORCPT ); Fri, 9 Dec 2016 11:33:26 -0500 Date: Fri, 9 Dec 2016 10:33:24 -0600 From: Rob Herring To: Moritz Fischer Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, frowand.list@gmail.com, pantelis.antoniou@konsulko.com, Moritz Fischer Subject: Re: [PATCH v4] of: Fix issue where code would fall through to error case. Message-ID: <20161209163324.rnnxi5bcvi6wk2po@rob-hp-laptop> References: <1480659025-18836-1-git-send-email-moritz.fischer@ettus.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1480659025-18836-1-git-send-email-moritz.fischer@ettus.com> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 412 Lines: 14 On Thu, Dec 01, 2016 at 10:10:25PM -0800, Moritz Fischer wrote: > From: Moritz Fischer > > No longer fall through into the error case that prints out > an error if no error (err = 0) occurred. > > Fixes d9181b20a83(of: Add back an error message, restructured) > Signed-off-by: Moritz Fischer > Reviewed-by: Frank Rowand > --- Applied, thanks. Rob