30 Jan
2020
30 Jan
'20
5:22 p.m.
30.01.2020 13:33, Sameer Pujar пишет: ...
+static int tegra_ahub_probe(struct platform_device *pdev) +{
- struct tegra_ahub *ahub;
- void __iomem *regs;
- int ret;
- ahub = devm_kcalloc(&pdev->dev, 1, sizeof(*ahub), GFP_KERNEL);
- if (!ahub)
return -ENOMEM;
ahub = devm_kzalloc(&pdev->dev, sizeof(*ahub), GFP_KERNEL);