Markus Elfring 32230ac1cc 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>
2016-09-10 21:46:06 -07:00
..
2015-01-18 00:28:41 -05:00
2016-07-01 05:58:26 -04:00
2015-06-10 22:46:34 -07:00
2013-02-08 14:22:05 -05:00
2015-01-18 00:28:41 -05:00
2015-12-29 15:32:24 -05:00
2012-03-28 18:30:03 +01:00