OSDN Git Service

ALSA: hda/tegra: Remove unnecessary null-check from hda_tegra_runtime_resume()
authorDmitry Osipenko <digetx@gmail.com>
Wed, 20 Jan 2021 00:31:51 +0000 (03:31 +0300)
committerTakashi Iwai <tiwai@suse.de>
Tue, 26 Jan 2021 06:32:46 +0000 (07:32 +0100)
commit6755568ad111394da224c823e8baf31a05a1469c
treee00db3e6af39507cb1bf4a4a1f84235a77959390
parent87f0e46e7559beb6f1d1ff99f8f48b1b9d86db52
ALSA: hda/tegra: Remove unnecessary null-check from hda_tegra_runtime_resume()

The "chip" can't be NULL in hda_tegra_runtime_resume() because code would
crash otherwise. Let's remove the unnecessary check in order to clean up
code a tad.

Tested-by: Peter Geis <pgwipeout@gmail.com> # Ouya T30 audio works
Tested-by: Matt Merhar <mattmerhar@protonmail.com> # Ouya T30 boot-tested
Suggested-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Link: https://lore.kernel.org/r/20210120003154.26749-4-digetx@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_tegra.c