15 Oct
2011
15 Oct
'11
1:01 a.m.
On Fri, Oct 14, 2011 at 3:59 PM, Stephen Warren swarren@nvidia.com wrote:
Olof Johansson wrote at Friday, October 14, 2011 4:54 PM:
Fixes the following sparse warnings:
sound/soc/tegra/tegra_das.c:215:8: warning: Using plain integer as NULL pointer sound/soc/tegra/tegra_das.c:237:8: warning: Using plain integer as NULL pointer sound/soc/tegra/tegra_pcm.c:370:32: warning: symbol 'tegra_pcm_platform' was not declared. Should it be static?
Signed-off-by: Olof Johansson olof@lixom.net
Acked-by: Stephen Warren swarren@nvidia.com
Grumble, in C++ 0==NULL... :-)
In C too, it's just sparse that is extra picky.
-Olof