|
@@ -596,8 +596,9 @@ visorchannel_debug(VISORCHANNEL *channel, int nQueues,
|
|
if (off == 0) {
|
|
if (off == 0) {
|
|
phdr = &channel->chan_hdr;
|
|
phdr = &channel->chan_hdr;
|
|
seq_puts(seq, "(following data may be stale)\n");
|
|
seq_puts(seq, "(following data may be stale)\n");
|
|
- } else
|
|
|
|
|
|
+ } else {
|
|
return;
|
|
return;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
nbytes = (ulong)(phdr->size);
|
|
nbytes = (ulong)(phdr->size);
|
|
seq_printf(seq, "--- Begin channel @0x%-16.16Lx for 0x%lx bytes (region=0x%lx bytes) ---\n",
|
|
seq_printf(seq, "--- Begin channel @0x%-16.16Lx for 0x%lx bytes (region=0x%lx bytes) ---\n",
|