Skip to content

Commit

Permalink
drivers/char/ftape/lowlevel/fdc-io.c: Correct a comment
Browse files Browse the repository at this point in the history
This patch correct a comment about cli().

Signed-off-by: Bastien Roucaries <[email protected]>
Signed-off-by: Adrian Bunk <[email protected]>
  • Loading branch information
bastien-roucaries authored and AdrianBunk committed Mar 26, 2006
1 parent 8917f6f commit e941577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/ftape/lowlevel/fdc-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e941577

Please sign in to comment.