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

[PATCH] fix gcc warnings in eicon

parent 2c2aa9eb
......@@ -173,7 +173,7 @@ static int find_free_id(void)
}
diva_os_leave_spin_lock (&ll_lock, &old_irql, "find free id");
return(num);
next_id:
next_id:;
}
diva_os_leave_spin_lock (&ll_lock, &old_irql, "find free id");
return(999);
......
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