diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2016-09-10 09:55:53 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-09-10 21:46:06 -0700 |
commit | 32230ac1ccbd66f36bd6955eddc45fc06861c1b5 (patch) | |
tree | 6213a5c4813317eefe271c95cd0f25b7dbddb842 /drivers/gpio/gpiolib-of.c | |
parent | 0ba8abb770a8771ffb05cce2a5a7441530f06a55 (diff) |
ATM-ZeitNet: Use kmalloc_array() in start_tx()
* A multiplication for the size determination of a memory allocation
indicated that an array data structure should be processed.
Thus use the corresponding function "kmalloc_array".
This issue was detected by using the Coccinelle software.
* Replace the specification of a data type 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: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/gpio/gpiolib-of.c')
0 files changed, 0 insertions, 0 deletions