diff options
author | Mark Brown <[email protected]> | 2020-10-02 18:28:41 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-10-02 21:05:28 +0100 |
commit | 1c71497bb5b819bf3a32cfc35e293060b6590c39 (patch) | |
tree | 4fb480db103cd3da1f64b66a34ec760dc2c8faf6 | |
parent | cec6e41ce094affad3b5f9f5e5aa1f81c66ce682 (diff) |
ASoC: fsl_spdif: Remove unused np
Reported-by: Stephen Rothwell <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/fsl/fsl_spdif.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_spdif.c b/sound/soc/fsl/fsl_spdif.c index 9c5607780590..b0f643fefe1e 100644 --- a/sound/soc/fsl/fsl_spdif.c +++ b/sound/soc/fsl/fsl_spdif.c @@ -1252,7 +1252,6 @@ static int fsl_spdif_probe_txclk(struct fsl_spdif_priv *spdif_priv, static int fsl_spdif_probe(struct platform_device *pdev) { - struct device_node *np = pdev->dev.of_node; struct fsl_spdif_priv *spdif_priv; struct spdif_mixer_control *ctrl; struct resource *res; |