Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753378AbbHVQhQ (ORCPT ); Sat, 22 Aug 2015 12:37:16 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:33672 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752795AbbHVQhN (ORCPT ); Sat, 22 Aug 2015 12:37:13 -0400 Date: Sat, 22 Aug 2015 09:37:09 -0700 From: Tejun Heo To: Vaishali Thakkar Cc: Viresh Kumar , Bartlomiej Zolnierkiewicz , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ata: pata_arasam_cf: Use devm_clk_get Message-ID: <20150822163709.GB20768@mtj.duckdns.org> References: <20150822033450.GA11692@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150822033450.GA11692@localhost> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 703 Lines: 21 On Sat, Aug 22, 2015 at 09:04:50AM +0530, Vaishali Thakkar wrote: > This patch introduces the use of managed resource function > devm_clk_get instead of clk_get and removes corresponding call > to clk_put in the remove function. > > To be compatible with the change various gotos are replaced with > direct returns, and unneeded label is dropped. > > Signed-off-by: Vaishali Thakkar Applied to libata/for-4.3. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/