From 3cc18e8bab17047f7cadb226a8fb859efed30764 Mon Sep 17 00:00:00 2001 From: Bastien Roucaries Date: Sun, 26 Mar 2006 19:18:07 +0200 Subject: [PATCH] --- yaml --- r: 24220 b: refs/heads/master c: e9415777b1cd0eaf4d1d3d61772f0e6d5c2551ad h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/char/ftape/lowlevel/fdc-io.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2870849024f3..54f40e085bfb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8917f6f70b01ac6e4d534f8a387900caec11bf54 +refs/heads/master: e9415777b1cd0eaf4d1d3d61772f0e6d5c2551ad diff --git a/trunk/drivers/char/ftape/lowlevel/fdc-io.c b/trunk/drivers/char/ftape/lowlevel/fdc-io.c index b2e0928e8428..093fdf98b19a 100644 --- a/trunk/drivers/char/ftape/lowlevel/fdc-io.c +++ b/trunk/drivers/char/ftape/lowlevel/fdc-io.c @@ -607,7 +607,7 @@ void fdc_reset(void) fdc_mode = fdc_idle; - /* maybe the cli()/sti() pair is not necessary, BUT: + /* maybe the spin_lock_irq* pair is not necessary, BUT: * the following line MUST be here. Otherwise fdc_interrupt_wait() * won't wait. Note that fdc_reset() is called from * ftape_dumb_stop() when the fdc is busy transferring data. In this