Loading dsp/adsp-loader.c +1 −1 Original line number Diff line number Diff line Loading @@ -393,7 +393,7 @@ static int adsp_loader_probe(struct platform_device *pdev) goto wqueue; } if (len <= 0 || len > sizeof(u32)) { dev_dbg(&pdev->dev, "%s: nvmem cell length out of range: %d\n", dev_dbg(&pdev->dev, "%s: nvmem cell length out of range: %zu\n", __func__, len); kfree(buf); goto wqueue; Loading Loading
dsp/adsp-loader.c +1 −1 Original line number Diff line number Diff line Loading @@ -393,7 +393,7 @@ static int adsp_loader_probe(struct platform_device *pdev) goto wqueue; } if (len <= 0 || len > sizeof(u32)) { dev_dbg(&pdev->dev, "%s: nvmem cell length out of range: %d\n", dev_dbg(&pdev->dev, "%s: nvmem cell length out of range: %zu\n", __func__, len); kfree(buf); goto wqueue; Loading