From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755882AbdEEGsP (ORCPT ); Fri, 5 May 2017 02:48:15 -0400 Received: from mail-wr0-f179.google.com ([209.85.128.179]:35439 "EHLO mail-wr0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753368AbdEEGsN (ORCPT ); Fri, 5 May 2017 02:48:13 -0400 Date: Fri, 5 May 2017 08:48:09 +0200 From: Corentin Labbe To: Philipp Zabel Cc: linux-crypto@vger.kernel.org, Herbert Xu , "David S. Miller" , Maxime Ripard , Chen-Yu Tsai , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 01/14] crypto: sun4i-ss - simplify optional reset handling Message-ID: <20170505064809.GB31657@Red> References: <20170315113128.8809-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170315113128.8809-1-p.zabel@pengutronix.de> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 15, 2017 at 12:31:28PM +0100, Philipp Zabel wrote: > As of commit bb475230b8e5 ("reset: make optional functions really > optional"), the reset framework API calls use NULL pointers to describe > optional, non-present reset controls. > > This allows to return errors from devm_reset_control_get_optional and to > call reset_control_(de)assert unconditionally. > > Signed-off-by: Philipp Zabel > --- Sorry for the delay Acked-by: Corentin Labbe