Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53285
b: refs/heads/master
c: b312b38
h: refs/heads/master
i:
  53283: dbda454
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed May 5, 2007
1 parent d367125 commit 7d8ff22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 35bdd52d7401b1208552523d6fa28d4a37dbc74d
refs/heads/master: b312b38c7411d4a2fff3fcdff13556b090f80f25
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/atari_NCR5380.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 7d8ff22

Please sign in to comment.