This patch series fixes two issues in the Broadcom iProc clock driver, reported by Dan Carpenter <[email protected]>: 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

