Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753671AbbF2V3u (ORCPT ); Mon, 29 Jun 2015 17:29:50 -0400 Received: from mail-gw3-out.broadcom.com ([216.31.210.64]:59457 "EHLO mail-gw3-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753333AbbF2V3c (ORCPT ); Mon, 29 Jun 2015 17:29:32 -0400 X-IronPort-AV: E=Sophos;i="5.15,372,1432623600"; d="scan'208";a="68538161" From: Ray Jui To: Mike Turquette , Stephen Boyd , Dan Carpenter CC: , , Scott Branden , , , Ray Jui Subject: [PATCH 0/2] iProc clock driver fixes Date: Mon, 29 Jun 2015 14:30:08 -0700 Message-ID: <1435613410-18698-1-git-send-email-rjui@broadcom.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 856 Lines: 23 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(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/