[PATCH] arch: arm [mach-imx] use sign_extend32() for sign_extension

2015-02-19 Thread Martin Kepplinger
From: Martin Kepplinger Signed-off-by: Martin Kepplinger --- arch/arm/mach-imx/clk-pllv2.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-imx/clk-pllv2.c b/arch/arm/mach-imx/clk-pllv2.c index 20889d5..1bbd08c 100644 --- a/arch/arm/mach-imx/clk-pllv2.c

[RFC][PATCH] arch: arm [mach-imx] use sign_extend32() for sign_extension

2015-02-19 Thread Martin Kepplinger
I didn't build the following change. It should be correct though. If you can add it to a tree and build or even run it before offering it for-linus, feel free to do so. Otherwise please ignore. thanks, martin -- To unsubscribe from this list: send the line "unsubscribe

[RFC][PATCH] arch: arm [mach-imx] use sign_extend32() for sign_extension

2015-02-19 Thread Martin Kepplinger
I didn't build the following change. It should be correct though. If you can add it to a tree and build or even run it before offering it for-linus, feel free to do so. Otherwise please ignore. thanks, martin -- To unsubscribe from this list: send the line unsubscribe

[PATCH] arch: arm [mach-imx] use sign_extend32() for sign_extension

2015-02-19 Thread Martin Kepplinger
From: Martin Kepplinger martin.kepplin...@theobroma-systems.com Signed-off-by: Martin Kepplinger mart...@posteo.de --- arch/arm/mach-imx/clk-pllv2.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-imx/clk-pllv2.c b/arch/arm/mach-imx/clk-pllv2.c index