lkml.org 
[lkml]   [2020]   [Jan]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: [PATCH v2 5/9] ASoC: tegra: add Tegra210 based AHUB driver
    From
    Date
    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);

    \
     
     \ /
      Last update: 2020-01-30 17:22    [W:5.451 / U:1.612 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site