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]
Message-ID: <20110715025357.GY2927@ponder.secretlab.ca>
Date:	Thu, 14 Jul 2011 20:53:57 -0600
From:	Grant Likely <grant.likely@...retlab.ca>
To:	Peter Korsgaard <jacmet@...site.dk>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/3] mcp23s08: remove unused work queue

On Thu, Jul 14, 2011 at 09:59:26PM +0200, Peter Korsgaard wrote:
> Never accessed anywhere.
> 
> Signed-off-by: Peter Korsgaard <jacmet@...site.dk>

I've applied this, but I had to do it manually.  Please rebase the
remaining two patches on linux-next.

g.

> ---
>  drivers/gpio/mcp23s08.c |    3 ---
>  1 files changed, 0 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/gpio/mcp23s08.c b/drivers/gpio/mcp23s08.c
> index 40e0760..242a8a2 100644
> --- a/drivers/gpio/mcp23s08.c
> +++ b/drivers/gpio/mcp23s08.c
> @@ -4,7 +4,6 @@
>  
>  #include <linux/kernel.h>
>  #include <linux/device.h>
> -#include <linux/workqueue.h>
>  #include <linux/mutex.h>
>  #include <linux/gpio.h>
>  #include <linux/spi/spi.h>
> @@ -60,8 +59,6 @@ struct mcp23s08 {
>  
>  	struct gpio_chip	chip;
>  
> -	struct work_struct	work;
> -
>  	const struct mcp23s08_ops	*ops;
>  };
>  
> -- 
> 1.7.5.4
> 
--
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