NVMe: Use kzalloc instead of kmalloc+memset
authorTushar Behera <tushar.behera@linaro.org>
Mon, 10 Jun 2013 04:50:55 +0000 (10:20 +0530)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Wed, 19 Jun 2013 17:24:27 +0000 (13:24 -0400)
Use kzalloc instead of kmalloc and a susbsequent memset.

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Vishal Verma <vishal.l.verma@linux.intel.com>
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>

No differences found