Commit d7fd7940 authored by Christoph Hellwig's avatar Christoph Hellwig

[PATCH] fix scsi_debug compile warning

spin_lock_irqsave takes an unsigned long.
parent 8ced8ec0
......@@ -867,7 +867,7 @@ static int resp_report_luns(unsigned char * cmd, unsigned char * buff,
static void timer_intr_handler(unsigned long indx)
{
struct sdebug_queued_cmd * sqcp;
unsigned int iflags;
unsigned long iflags;
if (indx >= SCSI_DEBUG_CANQUEUE) {
printk(KERN_ERR "scsi_debug:timer_intr_handler: indx too "
......
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