Commit ee4cdfcc authored by Jens Axboe's avatar Jens Axboe Committed by Linus Torvalds

[PATCH] get rid of warning in gscd

From: Stephen Hemminger <shemminger@osdl.org>

Compiler warning due to missing equal sign.
parent 9e3a8956
......@@ -965,7 +965,7 @@ static int __init gscd_init(void)
gscd_queue = blk_init_queue(do_gscd_request, &gscd_lock);
if (!gscd_queue) {
ret -ENOMEM;
ret = -ENOMEM;
goto err_out3;
}
......
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