diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2017-04-23 22:44:19 +0200 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2017-05-23 18:32:03 +0900 |
commit | cf5459a9e2f3033bf16773ef5fc32ad0243a513b (patch) | |
tree | 702b277e77572f3e5fc4a19de390568b29035a7c /drivers/extcon/extcon-intel-int3496.c | |
parent | 826a47e978303989a12d318b3539feefb127bbe6 (diff) | |
download | linux-cf5459a9e2f3033bf16773ef5fc32ad0243a513b.tar.bz2 |
extcon: arizona: Use devm_kcalloc() in arizona_extcon_get_micd_configs()
* 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".
* Replace the specification of a data structure by a pointer dereference
to make the corresponding size determination a bit safer according to
the Linux coding style convention.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Reviewed-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon/extcon-intel-int3496.c')
0 files changed, 0 insertions, 0 deletions