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:	Tue, 21 Jun 2016 10:44:34 +0200
From:	Takashi Iwai <tiwai@...e.de>
To:	<fgao@...ai8.com>
Cc:	<alsa-devel@...a-project.org>, <perex@...ex.cz>,
	<linux-kernel@...r.kernel.org>, <gfree.wind@...il.com>
Subject: Re: [PATCH 1/1] sound: Fix compile error of seq_device.c

On Tue, 21 Jun 2016 10:34:25 +0200,
<fgao@...ai8.com> wrote:
> 
> From: Gao Feng <fgao@...ai8.com>
> 
> Signed-off-by: Gao Feng <fgao@...ai8.com>

What compile error did you get?


Takashi

> ---
>  sound/core/seq/seq_device.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/sound/core/seq/seq_device.c b/sound/core/seq/seq_device.c
> index c4acf17..4e859e4 100644
> --- a/sound/core/seq/seq_device.c
> +++ b/sound/core/seq/seq_device.c
> @@ -311,5 +311,5 @@ static void __exit alsa_seq_device_exit(void)
>  	bus_unregister(&snd_seq_bus_type);
>  }
>  
> -subsys_initcall(alsa_seq_device_init)
> -module_exit(alsa_seq_device_exit)
> +subsys_initcall(alsa_seq_device_init);
> +module_exit(alsa_seq_device_exit);
> -- 
> 1.9.1
> 
> 
> 
> 
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ