From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <5591B97D.2080003@broadcom.com> Date: Mon, 29 Jun 2015 14:32:45 -0700 From: Ray Jui MIME-Version: 1.0 To: Michael Turquette , Stephen Boyd , Dan Carpenter CC: , , Scott Branden , , Subject: Re: [PATCH 0/2] iProc clock driver fixes References: <1435613410-18698-1-git-send-email-rjui@broadcom.com> In-Reply-To: <1435613410-18698-1-git-send-email-rjui@broadcom.com> Content-Type: text/plain; charset="windows-1252" Sender: linux-kernel-owner@vger.kernel.org List-ID: To Michael's new email. On 6/29/2015 2:30 PM, Ray Jui wrote: > This patch series fixes two issues in the Broadcom iProc clock driver, > reported by Dan Carpenter : 1) a memory leak from > the clock names; 2) 32-bit/64-bit arithmetic > > Code base used is the latest linux-next (20150629) and its GITHUB link is: > https://github.com/Broadcom/cygnus-linux/tree/iproc-clk-misc-fix-v1 > > Ray Jui (2): > clk: iproc: fix memory leak from clock name > clk: iproc: fix bit manipulation arithmetic > > drivers/clk/bcm/clk-iproc-asiu.c | 6 +----- > drivers/clk/bcm/clk-iproc-pll.c | 13 ++++--------- > 2 files changed, 5 insertions(+), 14 deletions(-) >