[PATCH v2 05/10] ASoC: codecs: hdac_hdmi: (cosmetic) remove redundant variable initialisations
Cezary Rojewski
cezary.rojewski at intel.com
Sun Mar 15 21:05:04 CET 2020
On 2020-03-12 20:48, Pierre-Louis Bossart wrote:
> From: Guennadi Liakhovetski <guennadi.liakhovetski at linux.intel.com>
>
> Remove several redundant variable initialisations.
>
> Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski at linux.intel.com>
> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>
> ---
> sound/soc/codecs/hdac_hdmi.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/sound/soc/codecs/hdac_hdmi.c b/sound/soc/codecs/hdac_hdmi.c
> index e6558475e006..fba9b749839d 100644
> --- a/sound/soc/codecs/hdac_hdmi.c
> +++ b/sound/soc/codecs/hdac_hdmi.c
> @@ -1998,11 +1998,11 @@ static struct hdac_hdmi_drv_data intel_drv_data = {
>
> static int hdac_hdmi_dev_probe(struct hdac_device *hdev)
> {
> - struct hdac_hdmi_priv *hdmi_priv = NULL;
> + struct hdac_hdmi_priv *hdmi_priv;
> struct snd_soc_dai_driver *hdmi_dais = NULL;
> - struct hdac_ext_link *hlink = NULL;
> + struct hdac_ext_link *hlink;
> int num_dais = 0;
> - int ret = 0;
> + int ret;
> struct hdac_driver *hdrv = drv_to_hdac_driver(hdev->dev.driver);
> const struct hda_device_id *hdac_id = hdac_get_device_id(hdev, hdrv);
>
>
Reviewed-by: Cezary Rojewski <cezary.rojewski at intel.com>
More information about the Alsa-devel
mailing list