Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1667695
| From | olivier moysan <olivier.moysan@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 4/7] ASoC: stm32: sai: remove spurious trace |
| Date | 2017-06-16 14:20 +0200 |
| Message-ID | <tSYoi-8jA-3@gated-at.bofh.it> (permalink) |
| References | <tSYoi-8jA-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Remove spurious trace in sai driver. Signed-off-by: olivier moysan <olivier.moysan@st.com> --- sound/soc/stm/stm32_sai_sub.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sound/soc/stm/stm32_sai_sub.c b/sound/soc/stm/stm32_sai_sub.c index d7aeed3..24b8874 100644 --- a/sound/soc/stm/stm32_sai_sub.c +++ b/sound/soc/stm/stm32_sai_sub.c @@ -761,9 +761,6 @@ static int stm32_sai_sub_parse_of(struct platform_device *pdev, return -ENODEV; res = platform_get_resource(pdev, IORESOURCE_MEM, 0); - - dev_err(&pdev->dev, "res %pr\n", res); - base = devm_ioremap_resource(&pdev->dev, res); if (IS_ERR(base)) return PTR_ERR(base); -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 4/7] ASoC: stm32: sai: remove spurious trace olivier moysan <olivier.moysan@st.com> - 2017-06-16 14:20 +0200 Applied "ASoC: stm32: sai: remove spurious trace" to the asoc tree Mark Brown <broonie@kernel.org> - 2017-06-16 20:00 +0200
csiph-web