From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH 2/5] drivers/rtc/rtc-pl030.c: Convert to use devm_*() Date: Wed, 29 Mar 2017 03:45:57 +0200 Message-ID: References: <1490539314-9681-1-git-send-email-leo.yan@linaro.org> <1490539314-9681-3-git-send-email-leo.yan@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1490539314-9681-3-git-send-email-leo.yan@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Leo Yan Cc: Alessandro Zummo , "alsa-devel@alsa-project.org" , Baptiste Reynal , kvm@vger.kernel.org, "rtc-linux@googlegroups.com" , "linux-kernel@vger.kernel.org" , Dmitry Torokhov , Russell King , Alex Williamson , Alexandre Belloni , Linux Input , Takashi Iwai , "linux-arm-kernel@lists.infradead.org" List-Id: linux-input@vger.kernel.org On Sun, Mar 26, 2017 at 4:41 PM, Leo Yan wrote: > Convert driver to use devm_*() APIs so rely on driver model core layer > to manage resources. This eliminates error path boilerplate and makes > code neat. > > Signed-off-by: Leo Yan Acked-by: Linus Walleij Yours, Linus Walleij