[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <20170705065417.a7bdofqhqlihcstq@gangnam.samsung>
Date: Wed, 05 Jul 2017 15:54:17 +0900
From: Andi Shyti <andi.shyti@...sung.com>
To: Jaechul Lee <jcsing.lee@...sung.com>
Cc: Krzysztof Kozlowski <krzk@...nel.org>,
Sangbeom Kim <sbkim73@...sung.com>,
Sylwester Nawrocki <s.nawrocki@...sung.com>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Jaroslav Kysela <perex@...ex.cz>,
Takashi Iwai <tiwai@...e.com>,
alsa-devel <alsa-devel@...a-project.org>,
Jaechul Lee <galaxyra@...il.com>,
linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ASoC: samsung: i2s: Supported high resolution rates
>
> + if (IS_ENABLED(CONFIG_OF) && pdev->dev.of_node)
> + i2s_dai_data = of_device_get_match_data(&pdev->dev);
> + else
> + i2s_dai_data = (struct samsung_i2s_dai_data *)
> + platform_get_device_id(pdev)->driver_data;
> +
BTW, as we discussed together already, you are duplicating some
code here and it looks ugly. Please refactor.
Thanks,
Andi
Powered by blists - more mailing lists