From 2a211f320ee3d86835b40efd2948642482d3c933 Mon Sep 17 00:00:00 2001 From: Himangi Saraogi Date: Sat, 12 Jul 2014 01:12:43 +0530 Subject: [PATCH] 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 Acked-by: Julia Lawall Acked-by: Andreas Noever Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed