From: Stephen Warren <swarren@wwwdotorg.org>
To: Dylan Reid <dgreid@google.com>
Cc: alsa-devel@alsa-project.org, tiwai@suse.de,
Sachin Kamat <sachin.kamat@samsung.com>,
Thierry Reding <thierry.reding@gmail.com>,
spk.linux@gmail.com
Subject: Re: [PATCH 1/5] ALSA: hda: Remove unused variable
Date: Tue, 01 Jul 2014 09:07:15 -0600 [thread overview]
Message-ID: <53B2CEA3.1010905@wwwdotorg.org> (raw)
In-Reply-To: <1404214378-24669-1-git-send-email-sachin.kamat@samsung.com>
On 07/01/2014 05:32 AM, Sachin Kamat wrote:
> 'status' is not used in the function. Remove it.
CCing Dylan Reid for comments/testing since he wrote or upstreamed this
code.
> Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com>
> Cc: Stephen Warren <swarren@wwwdotorg.org>
> Cc: Thierry Reding <thierry.reding@gmail.com>
> ---
> All patches in this series only compile tested.
> ---
> sound/pci/hda/hda_tegra.c | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/sound/pci/hda/hda_tegra.c b/sound/pci/hda/hda_tegra.c
> index a366ba9293a8..8cd7b06eecef 100644
> --- a/sound/pci/hda/hda_tegra.c
> +++ b/sound/pci/hda/hda_tegra.c
> @@ -272,13 +272,9 @@ static int hda_tegra_resume(struct device *dev)
> struct snd_card *card = dev_get_drvdata(dev);
> struct azx *chip = card->private_data;
> struct hda_tegra *hda = container_of(chip, struct hda_tegra, chip);
> - int status;
>
> hda_tegra_enable_clocks(hda);
>
> - /* Read STATESTS before controller reset */
> - status = azx_readw(chip, STATESTS);
> -
> hda_tegra_init(hda);
>
> azx_init_chip(chip, 1);
>
next prev parent reply other threads:[~2014-07-01 15:07 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-01 11:32 [PATCH 1/5] ALSA: hda: Remove unused variable Sachin Kamat
2014-07-01 11:32 ` [PATCH 2/5] ALSA: hdspm: Remove unused code Sachin Kamat
2014-07-01 11:58 ` Takashi Iwai
2014-07-01 11:32 ` [PATCH 3/5] ALSA: revo: Remove unused variable Sachin Kamat
2014-07-01 11:57 ` Takashi Iwai
2014-07-01 12:00 ` Sachin Kamat
2014-07-01 12:04 ` Takashi Iwai
2014-07-01 11:32 ` [PATCH 4/5] ALSA: echoaudio: " Sachin Kamat
2014-07-01 12:06 ` Takashi Iwai
2014-07-01 11:32 ` [PATCH 5/5] ALSA: mixart: " Sachin Kamat
2014-07-01 12:06 ` Takashi Iwai
2014-07-01 11:56 ` [PATCH 1/5] ALSA: hda: " Takashi Iwai
2014-07-01 12:03 ` Sachin Kamat
2014-07-01 12:06 ` Takashi Iwai
2014-07-01 15:07 ` Stephen Warren [this message]
2014-07-01 15:47 ` Dylan Reid
2014-07-01 15:56 ` Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53B2CEA3.1010905@wwwdotorg.org \
--to=swarren@wwwdotorg.org \
--cc=alsa-devel@alsa-project.org \
--cc=dgreid@google.com \
--cc=sachin.kamat@samsung.com \
--cc=spk.linux@gmail.com \
--cc=thierry.reding@gmail.com \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.