Commit 94484ab0 authored by James Bottomley's avatar James Bottomley

Fix another sg mismerge

parent 79359ab7
...@@ -2967,6 +2967,7 @@ static void sg_proc_debug_helper(struct seq_file *s, Sg_device * sdp) ...@@ -2967,6 +2967,7 @@ static void sg_proc_debug_helper(struct seq_file *s, Sg_device * sdp)
(int) srp->data.cmd_opcode); (int) srp->data.cmd_opcode);
} }
if (0 == m) if (0 == m)
seq_printf(s, " No requests active\n");
} }
} }
......
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