Re: [char-misc-next 2/2] mei: drop RECOVERING_FROM_RESET device state

2013-03-26 Thread Greg KH
On Tue, Mar 26, 2013 at 10:47:31PM +, Winkler, Tomas wrote: > > > > On Sun, Mar 17, 2013 at 11:41:21AM +0200, Tomas Winkler wrote: > > > ECOVERING_FROM_RESET device state is never set we can remove it > > > > Really? I now get the following build error with this patch applied: > > > > drive

RE: [char-misc-next 2/2] mei: drop RECOVERING_FROM_RESET device state

2013-03-26 Thread Winkler, Tomas
> > On Sun, Mar 17, 2013 at 11:41:21AM +0200, Tomas Winkler wrote: > > ECOVERING_FROM_RESET device state is never set we can remove it > > Really? I now get the following build error with this patch applied: > > drivers/misc/mei/pci-me.c: In function ‘mei_pci_suspend’: > drivers/misc/mei/pci-me

Re: [char-misc-next 2/2] mei: drop RECOVERING_FROM_RESET device state

2013-03-25 Thread Greg KH
On Sun, Mar 17, 2013 at 11:41:21AM +0200, Tomas Winkler wrote: > ECOVERING_FROM_RESET device state is never set > we can remove it Really? I now get the following build error with this patch applied: drivers/misc/mei/pci-me.c: In function ‘mei_pci_suspend’: drivers/misc/mei/pci-me.c:323:24: erro

[char-misc-next 2/2] mei: drop RECOVERING_FROM_RESET device state

2013-03-17 Thread Tomas Winkler
ECOVERING_FROM_RESET device state is never set we can remove it Signed-off-by: Tomas Winkler --- drivers/misc/mei/init.c| 4 drivers/misc/mei/mei_dev.h | 1 - 2 files changed, 5 deletions(-) diff --git a/drivers/misc/mei/init.c b/drivers/misc/mei/init.c index 1ab1fb1..09a9980 100644 --