Commit 924175cd authored by Dave Jones's avatar Dave Jones

[WATCHDOG] Remove old unneeded borken module locking.

parent 52d3662a
......@@ -226,8 +226,6 @@ ibwdt_open(struct inode *inode, struct file *file)
spin_unlock(&ibwdt_lock);
return -EBUSY;
}
if (nowayout)
MOD_INC_USE_COUNT;
/* Activate */
ibwdt_is_open = 1;
......
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