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

[PATCH] wd7000 lock error Willy noticed

parent 1fbcea01
......@@ -877,7 +877,6 @@ static inline Scb *alloc_scbs(struct Scsi_Host *host, int needed)
*/
if (freescbs < needed) {
printk (KERN_ERR "wd7000: can't get enough free SCBs.\n");
spin_unlock_irq(host->host_lock);
return (NULL);
}
}
......
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