]> git.baikalelectronics.ru Git - kernel.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)
commitacf6dae0f30ab20d1a92ac958f015c4d78554f02
tree53211472ea312a7be9c959f618ab2ceaf14244b7
parent72718261af4db7262dcc9940c265692105c7ada5
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