Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751756AbbEAAO2 (ORCPT ); Thu, 30 Apr 2015 20:14:28 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:51466 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750966AbbEAAOZ (ORCPT ); Thu, 30 Apr 2015 20:14:25 -0400 From: Stephen Boyd To: Mike Turquette , Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Tomeu Vizoso , Dong Aisheng Subject: [PATCH 0/6] clk.c cleanups Date: Thu, 30 Apr 2015 17:14:15 -0700 Message-Id: <1430439261-10291-1-git-send-email-sboyd@codeaurora.org> X-Mailer: git-send-email 2.3.0.rc1.33.g42e4583 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1043 Lines: 28 Here are some cleanups spurned by some patches from Dong Aisheng. No functionality is changed, just reordering of code, etc. Cc: Tomeu Vizoso Cc: Dong Aisheng Dong Aisheng (1): clk: Squash __clk_{enable,disable}() into callers Stephen Boyd (5): clk: s/clk/core/ for struct clk_core clk: Drop unnecessary OOM prints clk: Remove impossible if condition in clk_core_get_phase() clk: Remove forward declared function prototypes clk: Update some comments to reflect reality drivers/clk/clk.c | 1572 +++++++++++++++++++++++++---------------------------- 1 file changed, 755 insertions(+), 817 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project -- 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/