Re: [linux-usb-devel] [patch 2/9] fix broken/dubious driver suspend() methods

2006-08-20 Thread Benjamin Herrenschmidt
On Mon, 2006-08-14 at 23:11 -0700, [EMAIL PROTECTED] wrote: From: David Brownell [EMAIL PROTECTED] Small driver suspend() fixes in preparation for the PRETHAW events: - Only compare message events for equality against PM_EVENT_* codes; not against integers, or using greater/less-than

[linux-usb-devel] [patch 2/9] fix broken/dubious driver suspend() methods

2006-08-15 Thread akpm
From: David Brownell [EMAIL PROTECTED] Small driver suspend() fixes in preparation for the PRETHAW events: - Only compare message events for equality against PM_EVENT_* codes; not against integers, or using greater/less-than comparisons. (PM_EVENT_* should really become a __bitwise