diff options
author | Douglas Gilbert <dgilbert@interlog.com> | 2016-04-25 16:16:32 (GMT) |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2016-04-29 23:27:27 (GMT) |
commit | a10bc12af6347d2aa3a2ffbd5f8b7be260c12b85 (patch) | |
tree | d3b1c696994d246c544bee88e0d9163d29242899 /drivers/input/serio | |
parent | c2206098972e8ca464040897c95bdf5b2f45ac32 (diff) | |
download | linux-a10bc12af6347d2aa3a2ffbd5f8b7be260c12b85.tar.xz |
scsi_debug: replace tasklet with work queue
When a negative value was placed in the delay parameter, a tasklet was
scheduled. Change the tasklet to a work queue. Previously a delay of -1
scheduled a high priority tasklet; since there are no high priority work
queues, treat -1 like other negative values in delay and schedule a work
item.
Signed-off-by: Douglas Gilbert <dgilbert@interlog.com>
Reviewed-by: Hannes Reinicke <hare@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/input/serio')
0 files changed, 0 insertions, 0 deletions