Commit fa9139de authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] fix time types in aha152x

parent ffa2ee44
......@@ -2651,7 +2651,7 @@ static void datai_init(struct Scsi_Host *shpnt)
static void datai_run(struct Scsi_Host *shpnt)
{
unsigned int the_time;
unsigned long the_time;
int fifodata, data_count;
/*
......@@ -2793,7 +2793,7 @@ static void datao_init(struct Scsi_Host *shpnt)
static void datao_run(struct Scsi_Host *shpnt)
{
unsigned int the_time;
unsigned long the_time;
int data_count;
/* until phase changes or all data sent */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment