mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
commit6bf88a343dupstream. While converting the error messages to the standard macros in the commit4e76a8833f("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:4e76a8833f("ALSA: hda - Replace with standard printk") Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>