Home
last modified time | relevance | path

Searched hist:"84558 ff77067e761e9e1bc70fff79079c12d5ac9" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/clk/pxa/
H A Dclk-pxa.hdiff 84558ff77067e761e9e1bc70fff79079c12d5ac9 Tue Nov 08 16:47:56 CST 2016 Stephen Boyd <sboyd@codeaurora.org> clk: pxa: Use __iomem properly and staticize lock variable

This function is passed an __iomem pointer but we use a u32
pointer instead which makes checkers like spare complain.
Furthermore, "lock" is a pretty poor variable name for a string
that will go into lockdep reports and the symbol isn't marked
static. Cleanup all this.

Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
H A Dclk-pxa.cdiff 84558ff77067e761e9e1bc70fff79079c12d5ac9 Tue Nov 08 16:47:56 CST 2016 Stephen Boyd <sboyd@codeaurora.org> clk: pxa: Use __iomem properly and staticize lock variable

This function is passed an __iomem pointer but we use a u32
pointer instead which makes checkers like spare complain.
Furthermore, "lock" is a pretty poor variable name for a string
that will go into lockdep reports and the symbol isn't marked
static. Cleanup all this.

Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>