From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934164AbcI0MOv (ORCPT ); Tue, 27 Sep 2016 08:14:51 -0400 Received: from wolverine01.qualcomm.com ([199.106.114.254]:53154 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933320AbcI0MOm (ORCPT ); Tue, 27 Sep 2016 08:14:42 -0400 X-IronPort-AV: E=Sophos;i="5.30,405,1470726000"; d="scan'208";a="227454256" X-IronPort-AV: E=McAfee;i="5700,7163,8300"; a="1207578595" Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [1/3] ath10k: use devm_clk_get() instead of clk_get() From: Kalle Valo In-Reply-To: <1473165598-28683-2-git-send-email-yamada.masahiro@socionext.com> References: <1473165598-28683-2-git-send-email-yamada.masahiro@socionext.com> To: Masahiro Yamada CC: , "Luis R. Rodriguez" , , , , Masahiro Yamada , Johannes Berg Message-ID: Date: Tue, 27 Sep 2016 14:14:33 +0200 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: NASANEXM01C.na.qualcomm.com (10.85.0.83) To euamsexm01a.eu.qualcomm.com (10.251.127.40) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Masahiro Yamada wrote: > Use the managed variant of clk_get() to simplify the failure path > and the .remove callback. > > Signed-off-by: Masahiro Yamada 3 patches applied to ath-next branch of ath.git, thanks. 828662753d60 ath10k: use devm_clk_get() instead of clk_get() c5d8a34675d9 ath10k: use devm_reset_control_get() instead of reset_control_get() 65901a9e7058 ath10k: do not check if reset is NULL -- https://patchwork.kernel.org/patch/9316579/ Documentation about submitting wireless patches and checking status from patchwork: https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches