ASoC: fsl: fsl_ssi: Use '%ld' to print 'long int'
[deliverable/linux.git] / sound / soc / fsl / fsl_ssi.c
index 6e3d38a8528041ec1e0ecc013db7919f3b9ccc3f..816ae4b28a535f41b60c988ce067f62f158d39d1 100644 (file)
@@ -1176,7 +1176,7 @@ static int fsl_ssi_probe(struct platform_device *pdev)
                 */
                ssi_private->baudclk = devm_clk_get(&pdev->dev, "baud");
                if (IS_ERR(ssi_private->baudclk))
-                       dev_warn(&pdev->dev, "could not get baud clock: %d\n",
+                       dev_warn(&pdev->dev, "could not get baud clock: %ld\n",
                                 PTR_ERR(ssi_private->baudclk));
                else
                        clk_prepare_enable(ssi_private->baudclk);
This page took 0.026037 seconds and 5 git commands to generate.