commit | 7f90dce1ea9de432cf1f196c743a8d5a119e38ba | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Thu Sep 22 15:14:53 2011 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Sep 27 14:34:07 2011 -0400 |
tree | a0168ed953d421deb1f669984c11e1808d1a11b4 | |
parent | 1a8496137d3707061758df1f7df1e7700a4863fd [diff] |
iwlagn: use kcalloc when possible for array allocation As everybody knows kcalloc checks the multiplication is safe and that we don't run into overflow. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>