Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1271050
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 3/3] ASoC: samsung: pass filter function as pointer |
| Date | 2015-11-17 11:30 +0100 |
| Message-ID | <qvLGq-3Ky-21@gated-at.bofh.it> (permalink) |
| References | <quqkG-UL-15@gated-at.bofh.it> <quqkG-UL-23@gated-at.bofh.it> <qvCD7-69M-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tuesday 17 November 2015 09:45:26 Krzysztof Kozlowski wrote: > On 14.11.2015 02:24, Arnd Bergmann wrote: > > diff --git a/sound/soc/samsung/i2s.c b/sound/soc/samsung/i2s.c > > index 0945b5de39e7..5a4133b6e6a6 100644 > > --- a/sound/soc/samsung/i2s.c > > +++ b/sound/soc/samsung/i2s.c > > @@ -1244,7 +1244,8 @@ static int samsung_i2s_probe(struct platform_device *pdev) > > if (ret != 0) > > return ret; > > > > - return samsung_asoc_dma_platform_register(&pdev->dev); > > + return samsung_asoc_dma_platform_register(&pdev->dev, > > + i2s_pdata->dma_filter); > > } > > Here (and maybe in other places?) - NULL pointer exception. The pdata is > NULL on all newer platforms (e.g. all Exynos). > > BTW, later there is even check for NULL pdata which is pointed also by > Smatch. Thanks for spotting this! I'll fix it up. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH 3/3] ASoC: samsung: pass filter function as pointer Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-11-17 01:50 +0100 Re: [PATCH 3/3] ASoC: samsung: pass filter function as pointer Arnd Bergmann <arnd@arndb.de> - 2015-11-17 11:30 +0100
csiph-web