Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933937AbdLRUKL (ORCPT ); Mon, 18 Dec 2017 15:10:11 -0500 Received: from shards.monkeyblade.net ([184.105.139.130]:40504 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757905AbdLRUKG (ORCPT ); Mon, 18 Dec 2017 15:10:06 -0500 Date: Mon, 18 Dec 2017 15:10:04 -0500 (EST) Message-Id: <20171218.151004.1170871395666806049.davem@davemloft.net> To: khoroshilov@ispras.ru Cc: isubramanian@apm.com, kchudgar@apm.com, qnguyen@apm.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, ldv-project@linuxtesting.org Subject: Re: [PATCH] net: phy: xgene: disable clk on error paths From: David Miller In-Reply-To: <1513374759-21384-1-git-send-email-khoroshilov@ispras.ru> References: <1513374759-21384-1-git-send-email-khoroshilov@ispras.ru> X-Mailer: Mew version 6.7 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Mon, 18 Dec 2017 12:10:05 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 349 Lines: 11 From: Alexey Khoroshilov Date: Sat, 16 Dec 2017 00:52:39 +0300 > There are several error paths in xgene_mdio_probe(), > where clk is left undisabled. The patch fixes them. > > Found by Linux Driver Verification project (linuxtesting.org). > > Signed-off-by: Alexey Khoroshilov Applied, thank you.