* [patch] ALSA: cmipci: remove a stray space character
@ 2015-02-25 13:33 Dan Carpenter
2015-02-25 19:10 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Dan Carpenter @ 2015-02-25 13:33 UTC (permalink / raw)
To: Jaroslav Kysela
Cc: Takashi Iwai, Benoit Taine, Bjorn Helgaas, alsa-devel,
kernel-janitors
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
diff --git a/sound/pci/cmipci.c b/sound/pci/cmipci.c
index 1d0f2ca..6cf464d 100644
--- a/sound/pci/cmipci.c
+++ b/sound/pci/cmipci.c
@@ -2062,7 +2062,7 @@ static int snd_cmipci_get_volume(struct snd_kcontrol *kcontrol,
val = (snd_cmipci_mixer_read(cm, reg.right_reg) >> reg.right_shift) & reg.mask;
if (reg.invert)
val = reg.mask - val;
- ucontrol->value.integer.value[1] = val;
+ ucontrol->value.integer.value[1] = val;
}
spin_unlock_irq(&cm->reg_lock);
return 0;
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [patch] ALSA: cmipci: remove a stray space character
2015-02-25 13:33 [patch] ALSA: cmipci: remove a stray space character Dan Carpenter
@ 2015-02-25 19:10 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2015-02-25 19:10 UTC (permalink / raw)
To: Dan Carpenter
Cc: Jaroslav Kysela, Benoit Taine, Bjorn Helgaas, alsa-devel,
kernel-janitors
At Wed, 25 Feb 2015 16:33:57 +0300,
Dan Carpenter wrote:
>
> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Applied, thanks.
Takashi
>
> diff --git a/sound/pci/cmipci.c b/sound/pci/cmipci.c
> index 1d0f2ca..6cf464d 100644
> --- a/sound/pci/cmipci.c
> +++ b/sound/pci/cmipci.c
> @@ -2062,7 +2062,7 @@ static int snd_cmipci_get_volume(struct snd_kcontrol *kcontrol,
> val = (snd_cmipci_mixer_read(cm, reg.right_reg) >> reg.right_shift) & reg.mask;
> if (reg.invert)
> val = reg.mask - val;
> - ucontrol->value.integer.value[1] = val;
> + ucontrol->value.integer.value[1] = val;
> }
> spin_unlock_irq(&cm->reg_lock);
> return 0;
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-25 19:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25 13:33 [patch] ALSA: cmipci: remove a stray space character Dan Carpenter
2015-02-25 19:10 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox