diff options
Diffstat (limited to 'drivers/pci/hotplug/pnv_php.c')
-rw-r--r-- | drivers/pci/hotplug/pnv_php.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/pci/hotplug/pnv_php.c b/drivers/pci/hotplug/pnv_php.c index 74f6a17e4614..318baa507364 100644 --- a/drivers/pci/hotplug/pnv_php.c +++ b/drivers/pci/hotplug/pnv_php.c | |||
@@ -266,7 +266,6 @@ static int pnv_php_add_devtree(struct pnv_php_slot *php_slot) | |||
266 | fdt1 = kzalloc(0x10000, GFP_KERNEL); | 266 | fdt1 = kzalloc(0x10000, GFP_KERNEL); |
267 | if (!fdt1) { | 267 | if (!fdt1) { |
268 | ret = -ENOMEM; | 268 | ret = -ENOMEM; |
269 | dev_warn(&php_slot->pdev->dev, "Cannot alloc FDT blob\n"); | ||
270 | goto out; | 269 | goto out; |
271 | } | 270 | } |
272 | 271 | ||
@@ -280,8 +279,6 @@ static int pnv_php_add_devtree(struct pnv_php_slot *php_slot) | |||
280 | fdt = kzalloc(fdt_totalsize(fdt1), GFP_KERNEL); | 279 | fdt = kzalloc(fdt_totalsize(fdt1), GFP_KERNEL); |
281 | if (!fdt) { | 280 | if (!fdt) { |
282 | ret = -ENOMEM; | 281 | ret = -ENOMEM; |
283 | dev_warn(&php_slot->pdev->dev, "Cannot %d bytes memory\n", | ||
284 | fdt_totalsize(fdt1)); | ||
285 | goto free_fdt1; | 282 | goto free_fdt1; |
286 | } | 283 | } |
287 | 284 | ||