From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Wed, 21 Dec 2016 15:33:52 -0800 Subject: [PATCH v2 1/3] clk: zx296718: do not panic on failure In-Reply-To: <1481873207-22929-2-git-send-email-shawnguo@kernel.org> References: <1481873207-22929-1-git-send-email-shawnguo@kernel.org> <1481873207-22929-2-git-send-email-shawnguo@kernel.org> Message-ID: <20161221233352.GD8288@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 12/16, Shawn Guo wrote: > From: Shawn Guo > > Instead of using panic, we should give an error message and return error > code when of_clk_add_hw_provider() call fails. > > Since we have error prompt for failures, the "init over" pr_info output > isn't really necessary but becomes a debug noise. So let's clean it up > along the way. > > Signed-off-by: Shawn Guo > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project