mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 10:56:12 +07:00
Merge MTD updates into -next
This commit is contained in:
commit
ed446cc720
@ -1622,6 +1622,8 @@ static int alloc_nand_resource(struct platform_device *pdev)
|
||||
int ret, irq, cs;
|
||||
|
||||
pdata = dev_get_platdata(&pdev->dev);
|
||||
if (pdata->num_cs <= 0)
|
||||
return -ENODEV;
|
||||
info = devm_kzalloc(&pdev->dev, sizeof(*info) + (sizeof(*mtd) +
|
||||
sizeof(*host)) * pdata->num_cs, GFP_KERNEL);
|
||||
if (!info)
|
||||
|
Loading…
Reference in New Issue
Block a user