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] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 9 Dec 2006 12:25:10 +0100 (MET)
From:	Olaf Hering <olaf@...fle.de>
To:	Al Viro <viro@....linux.org.uk>
Cc:	Linus Torvalds <torvalds@...l.org>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] more work_struct mess

On Fri, Dec 08, Al Viro wrote:

> +++ b/sound/oss/dmasound/tas3001c.c

> @@ -823,7 +823,7 @@ tas3001c_init(struct i2c_client *client)
>  			tas3001c_write_biquad_shadow(self, i, j,
>  				&tas3001c_eq_unity);
>  
> -	INIT_WORK(&device_change, tas3001c_device_change_handler, self);
> +	INIT_WORK(&self->change, tas3001c_device_change_handler);

> +++ b/sound/oss/dmasound/tas3004.c

> @@ -1112,7 +1111,7 @@ tas3004_init(struct i2c_client *client)
>  	tas3004_write_register(self, TAS3004_REG_MCR2, &mcr2, WRITE_SHADOW);
>  	tas3004_write_register(self, TAS3004_REG_DRC, drce_init, WRITE_SHADOW);
>  
> -	INIT_WORK(&device_change, tas3004_device_change_handler, self);
> +	INIT_WORK(&self->change, tas3004_device_change_handler);


This is not enough to get it going:

error: 'INIT_WORK' undeclared (first use in this function)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ