From 6d4492a196257a94e536b9ff4a6c96379ea62111 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Tue, 12 Dec 2006 01:00:06 -0800 Subject: [PATCH] --- yaml --- r: 44640 b: refs/heads/master c: b06824cecafdacf2b12de583d4b41fd9c583c8c4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Documentation/DocBook/genericirq.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ab44a5c11f77..a53ed75a366f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 729e7d7e4dc6b905e40992b6439b07153db4bd63 +refs/heads/master: b06824cecafdacf2b12de583d4b41fd9c583c8c4 diff --git a/trunk/Documentation/DocBook/genericirq.tmpl b/trunk/Documentation/DocBook/genericirq.tmpl index 0f4a4b6321e4..4215f69ce7e6 100644 --- a/trunk/Documentation/DocBook/genericirq.tmpl +++ b/trunk/Documentation/DocBook/genericirq.tmpl @@ -303,10 +303,10 @@ desc->status |= running; do { if (desc->status & masked) desc->chip->enable(); - desc-status &= ~pending; + desc->status &= ~pending; handle_IRQ_event(desc->action); } while (status & pending); -desc-status &= ~running; +desc->status &= ~running; desc->chip->end();