pwm: Remove a redundant error message when devm_request_and_ioremap fails
authorAxel Lin <axel.lin@gmail.com>
Fri, 3 Aug 2012 13:43:54 +0000 (21:43 +0800)
committerThierry Reding <thierry.reding@avionic-design.de>
Fri, 17 Aug 2012 12:08:25 +0000 (14:08 +0200)
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>

No differences found