lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 16 Sep 2016 13:14:21 +0200
From:   Takashi Iwai <tiwai@...e.de>
To:     "Colin King" <colin.king@...onical.com>
Cc:     <alsa-devel@...a-project.org>, <trivial@...nel.org>,
        "Jaroslav Kysela" <perex@...ex.cz>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] ALSA: au88x0: Add missing \n to end of dev_err message

On Fri, 16 Sep 2016 12:09:25 +0200,
Colin King wrote:
> 
> From: Colin Ian King <colin.king@...onical.com>
> 
> Trival fix, the dev_err message is missing a \n so add it.
> 
> Signed-off-by: Colin Ian King <colin.king@...onical.com>

Applied, thanks.


Takashi

> ---
>  sound/pci/au88x0/au88x0_core.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/pci/au88x0/au88x0_core.c b/sound/pci/au88x0/au88x0_core.c
> index d3125c1..e1af24f 100644
> --- a/sound/pci/au88x0/au88x0_core.c
> +++ b/sound/pci/au88x0/au88x0_core.c
> @@ -1043,7 +1043,7 @@ static void vortex_fifo_init(vortex_t * vortex)
>  	for (x = NR_ADB - 1; x >= 0; x--) {
>  		hwwrite(vortex->mmio, addr, (FIFO_U0 | FIFO_U1));
>  		if (hwread(vortex->mmio, addr) != (FIFO_U0 | FIFO_U1))
> -			dev_err(vortex->card->dev, "bad adb fifo reset!");
> +			dev_err(vortex->card->dev, "bad adb fifo reset!\n");
>  		vortex_fifo_clearadbdata(vortex, x, FIFO_SIZE);
>  		addr -= 4;
>  	}
> -- 
> 2.9.3
> 
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ