From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934159AbbBDWFO (ORCPT ); Wed, 4 Feb 2015 17:05:14 -0500 Received: from mail-ig0-f181.google.com ([209.85.213.181]:40786 "EHLO mail-ig0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932669AbbBDWFM convert rfc822-to-8bit (ORCPT ); Wed, 4 Feb 2015 17:05:12 -0500 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Wolfram Sang , "Geert Uytterhoeven" From: Mike Turquette In-Reply-To: <20150204173233.GA30930@katana> Cc: "Stephen Boyd" , "Laurent Pinchart" , "Ulrich Hecht" , "Wolfram Sang" , linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org References: <1423052841-15194-1-git-send-email-geert+renesas@glider.be> <20150204173233.GA30930@katana> Message-ID: <20150204220506.421.62346@quantum> User-Agent: alot/0.3.5 Subject: Re: [PATCH] clk: shmobile: div6: Avoid division by zero in .round_rate() Date: Wed, 04 Feb 2015 14:05:06 -0800 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Wolfram Sang (2015-02-04 09:32:34) > On Wed, Feb 04, 2015 at 01:27:21PM +0100, Geert Uytterhoeven wrote: > > Anyone may call clk_round_rate() with a zero rate value, so we have to > > protect against that. > > > > Signed-off-by: Geert Uytterhoeven > > Acked-by: Wolfram Sang > > I agree that this should not be fixed in the core because the fixup is > really driver dependant. > Applied to clk-next. Thanks, Mike