From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 4 Dec 2018 08:26:40 +0100 From: Greg KH To: Dinh Nguyen Cc: stable@vger.kernel.org, sashal@kernel.org, Ramiro Oliveira , Philipp Zabel Subject: Re: [PATCH for v4.19-stable 1/6] reset: make optional functions really optional Message-ID: <20181204072640.GA25998@kroah.com> References: <20181203214214.28612-1-dinguyen@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181203214214.28612-1-dinguyen@kernel.org> List-ID: On Mon, Dec 03, 2018 at 03:42:09PM -0600, Dinh Nguyen wrote: > From: Ramiro Oliveira > > commit bb475230b8e59a547ab66ac3b02572df21a580e9 upstream. > > The *_get_optional_* functions weren't really optional so this patch > makes them really optional. > > These *_get_optional_* functions will now return NULL instead of an error > if no matching reset phandle is found in the DT, and all the > reset_control_* functions now accept NULL rstc pointers. > > Signed-off-by: Ramiro Oliveira > Signed-off-by: Philipp Zabel > --- > Please apply to v4.9.y stable tree. Why is this patch series needed in 4.9? You haven't provided any justification here :( thanks, greg k-h