ASoC: fsl: Convert to using %pOF instead of full_name
Now that we have a custom printf format specifier, convert users of full_name to use %pOF instead. This is preparation to remove storing of the full path string for each node. Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Nicolin Chen <nicoleotsuka@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Šī revīzija ir iekļauta:

revīziju iesūtīja
Mark Brown

vecāks
29a22ebfa4
revīzija
06d15a2ede
@@ -897,8 +897,8 @@ static int fsl_soc_dma_probe(struct platform_device *pdev)
|
||||
|
||||
ret = of_address_to_resource(ssi_np, 0, &res);
|
||||
if (ret) {
|
||||
dev_err(&pdev->dev, "could not determine resources for %s\n",
|
||||
ssi_np->full_name);
|
||||
dev_err(&pdev->dev, "could not determine resources for %pOF\n",
|
||||
ssi_np);
|
||||
of_node_put(ssi_np);
|
||||
return ret;
|
||||
}
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user