summaryrefslogtreecommitdiff
path: root/drivers/hv/mshv_debugfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hv/mshv_debugfs.c')
-rw-r--r--drivers/hv/mshv_debugfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/mshv_debugfs.c b/drivers/hv/mshv_debugfs.c
index 6a080d728836..418b6dc8f3c2 100644
--- a/drivers/hv/mshv_debugfs.c
+++ b/drivers/hv/mshv_debugfs.c
@@ -511,7 +511,7 @@ static int __init mshv_debugfs_parent_partition_create(void)
if (err)
goto remove_debugfs_partition;
- parent_vp_stats = kzalloc_objs(*parent_vp_stats, nr_cpu_ids, GFP_KERNEL);
+ parent_vp_stats = kzalloc_objs(*parent_vp_stats, nr_cpu_ids);
if (!parent_vp_stats) {
err = -ENOMEM;
goto remove_debugfs_partition;