Input: nspire-keypad - remove redundant dev_err call in nspire_keypad_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Wed, 26 Jun 2013 16:32:50 +0000 (09:32 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 28 Jun 2013 06:24:29 +0000 (23:24 -0700)
There is a error message within devm_ioremap_resource
already, so remove the dev_err call to avoid redundant
error message.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

No differences found