diff options
-rw-r--r-- | drivers/video/matrox/matroxfb_base.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/matrox/matroxfb_base.c b/drivers/video/matrox/matroxfb_base.c index e02da41f1b26..5f2df1725e6e 100644 --- a/drivers/video/matrox/matroxfb_base.c +++ b/drivers/video/matrox/matroxfb_base.c | |||
@@ -264,7 +264,6 @@ static void matroxfb_disable_irq(WPMINFO2) { | |||
264 | } | 264 | } |
265 | 265 | ||
266 | int matroxfb_wait_for_sync(WPMINFO u_int32_t crtc) { | 266 | int matroxfb_wait_for_sync(WPMINFO u_int32_t crtc) { |
267 | wait_queue_t __wait; | ||
268 | struct matrox_vsync *vs; | 267 | struct matrox_vsync *vs; |
269 | unsigned int cnt; | 268 | unsigned int cnt; |
270 | int ret; | 269 | int ret; |
@@ -286,7 +285,6 @@ int matroxfb_wait_for_sync(WPMINFO u_int32_t crtc) { | |||
286 | if (ret) { | 285 | if (ret) { |
287 | return ret; | 286 | return ret; |
288 | } | 287 | } |
289 | init_waitqueue_entry(&__wait, current); | ||
290 | 288 | ||
291 | cnt = vs->cnt; | 289 | cnt = vs->cnt; |
292 | ret = wait_event_interruptible_timeout(vs->wait, cnt != vs->cnt, HZ/10); | 290 | ret = wait_event_interruptible_timeout(vs->wait, cnt != vs->cnt, HZ/10); |