]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ALSA: hda: Remove superfluous '-' added by printk conversion
authorTakashi Iwai <tiwai@suse.de>
Tue, 17 Oct 2017 09:58:17 +0000 (11:58 +0200)
committerThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Thu, 16 Nov 2017 13:23:16 +0000 (11:23 -0200)
commit8442f9b36515123a0b6ed5c7a60dbbff61eb6c79
treeaebfd73b6bb85c38f612fb2d96a5b7d853e95e9b
parent80bb6d0a81a9c58ca5511378539dd7299e26ecb1
ALSA: hda: Remove superfluous '-' added by printk conversion

BugLink: http://bugs.launchpad.net/bugs/1731951
commit 6bf88a343db2b3c160edf9b82a74966b31cc80bd upstream.

While converting the error messages to the standard macros in the
commit 4e76a8833fac ("ALSA: hda - Replace with standard printk"), a
superfluous '-' slipped in the code mistakenly.  Its influence is
almost negligible, merely shows a dB value as negative integer instead
of positive integer (or vice versa) in the rare error message.
So let's kill this embarrassing byte to show more correct value.

Fixes: 4e76a8833fac ("ALSA: hda - Replace with standard printk")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
sound/pci/hda/hda_codec.c