[patch 1/1] drm/i830_irq: use wait_event_interruptible_timeout()

2005-07-14 Thread domen
From: Nishanth Aravamudan <[EMAIL PROTECTED]> Replace custom wait-queue usage with wait_event_interruptible_timeout(). This required some more complex return code evaluation, but simplifies the loop itself to one statement. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> Signed-off-by: Do

Re: [patch 1/1] drm/i830_irq: use wait_event_interruptible_timeout()

2005-07-14 Thread Nishanth Aravamudan
On 15.07.2005 [00:27:32 +0100], Dave Airlie wrote: > > > > > > Replace custom wait-queue usage with > > wait_event_interruptible_timeout(). This required some more complex > > return code evaluation, but simplifies the loop itself to one statement. > > I need to know if this patch has been tested

Re: [patch 1/1] drm/i830_irq: use wait_event_interruptible_timeout()

2005-07-14 Thread Dave Airlie
> > > Replace custom wait-queue usage with > wait_event_interruptible_timeout(). This required some more complex > return code evaluation, but simplifies the loop itself to one statement. I need to know if this patch has been tested on real hardware, the i830 driver is in maintenace mode only, and