commit | 983290b0625628448ea8907243e3cbceda0a8d74 | [log] [tgz] |
---|---|---|
author | Lothar Waßmann <LW@KARO-electronics.de> | Wed Dec 05 16:34:41 2012 +0100 |
committer | Thierry Reding <thierry.reding@avionic-design.de> | Thu Dec 06 08:52:04 2012 +0100 |
tree | a328c72a201256c95880871e4b4f57e2939d9544 | |
parent | 417328c3f77187f5d8cc433627c25eb1063c1507 [diff] |
pwm: i.MX: eliminate build warning compiling the i.MX pwm driver produces the following warning: |drivers/pwm/pwm-imx.c: In function 'imx_pwm_probe': |drivers/pwm/pwm-imx.c:281:7: warning: assignment discards qualifiers from pointer target type Apply a 'const' attribute to the affected variable declaration. Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>