]> git.baikalelectronics.ru Git - 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)
committerTakashi Iwai <tiwai@suse.de>
Wed, 18 Oct 2017 10:26:59 +0000 (12:26 +0200)
commit663e8fd26a0b55b2d1fdc6da24d421aeafd30230
tree383458701a1504d65676659a6103f98a9f1ce07a
parentf8306bec0e148253d3ce0a9bcb7eed4a6a9ee8d7
ALSA: hda: Remove superfluous '-' added by printk conversion

While converting the error messages to the standard macros in the
commit cf24a869ce73 ("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: cf24a869ce73 ("ALSA: hda - Replace with standard printk")
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.c