commit | 2ffdc9a64824a373d09f3417ae4377ec83cd9d16 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Fri Aug 03 21:43:54 2012 +0800 |
committer | Thierry Reding <thierry.reding@avionic-design.de> | Fri Aug 17 14:08:25 2012 +0200 |
tree | 469fc563c3c56616278cddbb535ebf8e383f92da | |
parent | ecefeb79218064bf011c5d3ff25322ffa60c302c [diff] |
pwm: Remove a redundant error message when devm_request_and_ioremap fails The implementation in devm_request_and_ioremap() already shows error message, so no need to show dev_err again if devm_request_and_ioremap() fails. Signed-off-by: Axel Lin <axel.lin@gmail.com> Cc: Stephen Warren <swarren@wwwdotorg.org> Cc: Philip, Avinash <avinashphilip@ti.com> Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>