thunderbolt: Use kcalloc
authorHimangi Saraogi <himangi774@gmail.com>
Fri, 11 Jul 2014 19:42:43 +0000 (01:12 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Jul 2014 20:16:50 +0000 (13:16 -0700)
commit2a211f320ee3d86835b40efd2948642482d3c933
treeeea9f41ae4a1c16b7938585e3b9a34e85bb40989
parent95b4ecbf759ae8ecf40462ed5e6a08023166a05c
thunderbolt: Use kcalloc

The advantage of kcalloc is, that will prevent integer overflows
which could result from the multiplication of number of elements
and size and it is also a bit nicer to read.

Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Acked-by: Andreas Noever <andreas.noever@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/thunderbolt/nhi.c