Commit 4604467e authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] make gscd compile again

parent 6de7d0c5
...@@ -268,7 +268,7 @@ static void __do_gscd_request(unsigned long dummy) ...@@ -268,7 +268,7 @@ static void __do_gscd_request(unsigned long dummy)
goto out; goto out;
if (req->cmd != READ) { if (req->cmd != READ) {
printk("GSCD: bad cmd %d\n", req->cmd); printk("GSCD: bad cmd %d\n", rq_data_dir(req));
end_request(req, 0); end_request(req, 0);
goto repeat; goto repeat;
} }
......
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