extcon: Use devm_kcalloc() in extcon_dev_register()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 23 Apr 2017 18:54:11 +0000 (20:54 +0200)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 23 May 2017 09:32:02 +0000 (18:32 +0900)
commit3f5071a8b07b697993a16bbe9cbc8c876ba60048
treeacf40b2a6eab25fd995b68754bdb66b14a415b39
parent08332893e37af6ae779367e78e444f8f9571511d
extcon: Use devm_kcalloc() in extcon_dev_register()

A multiplication for the size determination of a memory allocation
indicated that an array data structure should be processed.
Thus use the corresponding function "devm_kcalloc".

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon.c