diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2017-04-25 09:49:22 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2017-06-08 13:21:43 +0200 |
commit | 1be0593f05e25d56a8f65586ea6d9afa601743bc (patch) | |
tree | d47aa5ac517415aaa6b19537e21a58c71fbdeaf2 /block/blk-mq.h | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) |
HSI: nokia-modem: Use devm_kcalloc() in nokia_modem_gpio_probe()
* 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".
This issue was detected by using the Coccinelle software.
* 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>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Diffstat (limited to 'block/blk-mq.h')
0 files changed, 0 insertions, 0 deletions