Skip to content

Commit c331df3

Browse files
fthainmartinkpetersen
authored andcommitted
scsi: NCR5380: Remove obsolete comment
This comment should have been removed in commit e7734ef ("scsi: NCR5380: Remove context check") when the irqs_disabled() conditional was removed. Signed-off-by: Finn Thain <[email protected]> Link: https://lore.kernel.org/r/c54aff198b5a60be8ecfd50df0a9a77850730501.1723001788.git.fthain@linux-m68k.org Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 8663cad commit c331df3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/scsi/NCR5380.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ static inline void set_resid_from_SCp(struct scsi_cmnd *cmd)
198198
* Polls the chip in a reasonably efficient manner waiting for an
199199
* event to occur. After a short quick poll we begin to yield the CPU
200200
* (if possible). In irq contexts the time-out is arbitrarily limited.
201-
* Callers may hold locks as long as they are held in irq mode.
202201
*
203202
* Returns 0 if either or both event(s) occurred otherwise -ETIMEDOUT.
204203
*/

0 commit comments

Comments
 (0)