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)
commit03ea83e9a37e41d436f8348e6eee3d8281bfff3a
treeaa8592c9e857efb09f2ad8f24a0107939ff9d730
parenta2648ebb7ed69ef209d9c8a76fadeb3252d9a023
NVMe: Use kzalloc instead of kmalloc+memset

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>
drivers/block/nvme-scsi.c