From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH] pinctrl: sh-pfc: core: don't open code of_device_get_match_data() Date: Wed, 9 Mar 2016 10:47:31 +0700 Message-ID: References: <1456850332-8432-1-git-send-email-wsa@the-dreams.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1456850332-8432-1-git-send-email-wsa@the-dreams.de> Sender: linux-renesas-soc-owner@vger.kernel.org To: Wolfram Sang Cc: linux-renesas-soc@vger.kernel.org, Laurent Pinchart , Geert Uytterhoeven , "linux-gpio@vger.kernel.org" List-Id: linux-gpio@vger.kernel.org On Tue, Mar 1, 2016 at 11:38 PM, Wolfram Sang wrote: > From: Wolfram Sang > > This change will also make Coverity happy by avoiding a theoretical NULL > pointer dereference; yet another reason is to use the above helper function > to tighten the code and make it more readable. > > Signed-off-by: Wolfram Sang Patch applied with Geert's ACK. Yours, Linus Walleij