projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35bdd52
)
m68k: Atari SCSI workqueue updates
author
Geert Uytterhoeven
<
[email protected]
>
Tue, 1 May 2007 20:32:48 +0000
(22:32 +0200)
committer
Linus Torvalds
<
[email protected]
>
Sat, 5 May 2007 00:59:06 +0000
(17:59 -0700)
Workqueue updates for the Atari SCSI driver
Signed-off-by: Geert Uytterhoeven <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/scsi/atari_NCR5380.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/atari_NCR5380.c
b/drivers/scsi/atari_NCR5380.c
index c912733ac077c07e5d98d12d5f26fefe177e0053..eff846ae0aff62ffd15394f0b35de6ba8cad8728 100644
(file)
--- a/
drivers/scsi/atari_NCR5380.c
+++ b/
drivers/scsi/atari_NCR5380.c
@@
-657,7
+657,7
@@
static inline void NCR5380_print_phase(struct Scsi_Host *instance)
#include <linux/interrupt.h>
static volatile int main_running;
-static DECLARE_WORK(NCR5380_tqueue,
(void (*)(void *))NCR5380_main, NULL
);
+static DECLARE_WORK(NCR5380_tqueue,
NCR5380_main
);
static inline void queue_main(void)
{
@@
-1075,7
+1075,7
@@
static int NCR5380_queue_command(Scsi_Cmnd *cmd, void (*done)(Scsi_Cmnd *))
* reenable them. This prevents reentrancy and kernel stack overflow.
*/
-static void NCR5380_main(
void *bl
)
+static void NCR5380_main(
struct work_struct *work
)
{
Scsi_Cmnd *tmp, *prev;
struct Scsi_Host *instance = first_instance;