From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755641AbaDNRun (ORCPT ); Mon, 14 Apr 2014 13:50:43 -0400 Received: from mail-qc0-f175.google.com ([209.85.216.175]:61044 "EHLO mail-qc0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754051AbaDNRul (ORCPT ); Mon, 14 Apr 2014 13:50:41 -0400 Date: Mon, 14 Apr 2014 13:50:37 -0400 From: Tejun Heo To: Bartlomiej Zolnierkiewicz Cc: Viresh Kumar , Shiraz Hashim , linux-ide@vger.kernel.org, spear-devel@list.st.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] pata_arasan_cf: fix ata_host_activate() failure handling Message-ID: <20140414175037.GA15249@htj.dyndns.org> References: <1706948.xQXQIMFS2B@amdc1032> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1706948.xQXQIMFS2B@amdc1032> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 14, 2014 at 06:01:47PM +0200, Bartlomiej Zolnierkiewicz wrote: > Add missing cf_exit() and clk_put() calls to ata_host_activate() > failure path. > > Cc: Viresh Kumar > Cc: Shiraz Hashim > Signed-off-by: Bartlomiej Zolnierkiewicz Applied to libata/for-3.15-fixes. Thanks. -- tejun