]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit20c3da9f9fc6cdedca887953bbded72f7f025492
tree53211472ea312a7be9c959f618ab2ceaf14244b7
parent31881d74b6dd1a6c530cff61248def4f2da38bee
Input: nspire-keypad - remove redundant dev_err call in nspire_keypad_probe()

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>
drivers/input/keyboard/nspire-keypad.c