[PATCH 1/1] ASoC: Intel: bdw-rt5677: remove unnecessary oom message
Pierre-Louis Bossart
pierre-louis.bossart at linux.intel.com
Thu Jun 17 16:09:13 CEST 2021
On 6/17/21 5:35 AM, Zhen Lei wrote:
> Fixes scripts/checkpatch.pl warning:
> WARNING: Possible unnecessary 'out of memory' message
>
> Remove it can help us save a bit of memory.
>
> Signed-off-by: Zhen Lei <thunder.leizhen at huawei.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>
> ---
> sound/soc/intel/boards/bdw-rt5677.c | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/sound/soc/intel/boards/bdw-rt5677.c b/sound/soc/intel/boards/bdw-rt5677.c
> index 021bc59aac80..e01b7a90ca6c 100644
> --- a/sound/soc/intel/boards/bdw-rt5677.c
> +++ b/sound/soc/intel/boards/bdw-rt5677.c
> @@ -423,10 +423,8 @@ static int bdw_rt5677_probe(struct platform_device *pdev)
> /* Allocate driver private struct */
> bdw_rt5677 = devm_kzalloc(&pdev->dev, sizeof(struct bdw_rt5677_priv),
> GFP_KERNEL);
> - if (!bdw_rt5677) {
> - dev_err(&pdev->dev, "Can't allocate bdw_rt5677\n");
> + if (!bdw_rt5677)
> return -ENOMEM;
> - }
>
> /* override plaform name, if required */
> mach = pdev->dev.platform_data;
>
More information about the Alsa-devel
mailing list