Commit 65dff228 authored by Dave Jones's avatar Dave Jones

[PATCH] gscd printk's wrong type

parent c1e1396b
...@@ -280,7 +280,7 @@ static void __do_gscd_request(unsigned long dummy) ...@@ -280,7 +280,7 @@ static void __do_gscd_request(unsigned long dummy)
goto out; goto out;
if (CURRENT->cmd != READ) { if (CURRENT->cmd != READ) {
printk("GSCD: bad cmd %p\n", CURRENT->cmd); printk("GSCD: bad cmd %d\n", CURRENT->cmd);
end_request(CURRENT, 0); end_request(CURRENT, 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