From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751196AbbJAXkD (ORCPT ); Thu, 1 Oct 2015 19:40:03 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:57178 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751095AbbJAXkB (ORCPT ); Thu, 1 Oct 2015 19:40:01 -0400 Date: Thu, 1 Oct 2015 16:39:59 -0700 From: Stephen Boyd To: Martin Kepplinger Cc: shawnguo@kernel.org, kernel@pengutronix.de, mturquette@baylibre.com, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] clk: imx: use sign_extend32() and abs() Message-ID: <20151001233959.GZ19319@codeaurora.org> References: <1443526347-15501-1-git-send-email-martink@posteo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1443526347-15501-1-git-send-email-martink@posteo.de> 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 09/29, Martin Kepplinger wrote: > This simplifies the given function by getting rid of the manual > sign extension as well as saving an absolute value in an extra > variable. > > Signed-off-by: Martin Kepplinger > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project