From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Fri, 25 Jun 2010 07:45:24 +0000 Subject: Re: [PATCH] sh: remove bogus highest / lowest logic from clock rate rounding Message-Id: <20100625074523.GA3133@linux-sh.org> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Fri, Jun 25, 2010 at 09:19:39AM +0200, Guennadi Liakhovetski wrote: > The use of highest and lowest in clk_rate_table_round() is completely bogus > and superfluous. Remove it. > In what way is it bogus or superfluous? They are there to provide high/low rate bounding when we have no idea what sort of frequencies are available for an underlying clock.