Remove left over debug print out.

2005-12-20  Kristian Høgsberg  <krh@redhat.com>

        * module/sysprof-module.c (sysprof_read): Remove left over debug
        print out.
This commit is contained in:
Kristian Høgsberg
2005-12-20 21:30:07 +00:00
committed by Kristian Høgsberg
parent c5172c58e6
commit acc0ee9ec9
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-12-20 Kristian Høgsberg <krh@redhat.com>
* module/sysprof-module.c (sysprof_read): Remove left over debug
print out.
Tue Dec 20 16:03:29 2005 Soeren Sandmann <sandmann@redhat.com>
* TODO: Updates

View File

@ -177,8 +177,6 @@ sysprof_read(struct file *file, char *buffer, size_t count, loff_t *offset)
if (head == tail)
return -EWOULDBLOCK;
printk(KERN_NOTICE "sysprof: read one trace\n");
trace = tail;
if (tail++ == &stack_traces[N_TRACES - 1])
tail = &stack_traces[0];