git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffddf17
)
ide-tape: change IDE_AFLAG_IGNORE_DSC non-atomically
author
Borislav Petkov
<petkovbb@gmail.com>
Sun, 7 Jun 2009 13:37:05 +0000
(15:37 +0200)
committer
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Sun, 7 Jun 2009 13:37:05 +0000
(15:37 +0200)
There are two sites where the flag is being changed: ide_retry_pc
and idetape_do_request. Both codepaths are protected by hwif->busy
(ide_lock_port) and therefore we shouldn't need the atomic accesses.
Spotted-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Borislav Petkov <petkovbb@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
No differences found