We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06e424f + 42e9a01 commit feca23fCopy full SHA for feca23f
simrupt.c
@@ -384,7 +384,6 @@ static int __init simrupt_init(void)
384
/* Create the workqueue */
385
simrupt_workqueue = alloc_workqueue("simruptd", WQ_UNBOUND, WQ_MAX_ACTIVE);
386
if (!simrupt_workqueue) {
387
- vfree(fast_buf.buf);
388
ret = -ENOMEM;
389
goto error_workqueue;
390
}
0 commit comments