dyndbg: drop uninformative vpr_info
[sfrench/cifs-2.6.git] / lib / dynamic_debug.c
index 39892040332127ddfe25975a4244168310dd9bf2..641767b0dce29be6d333b08b14031878e71436a7 100644 (file)
@@ -920,7 +920,6 @@ static const struct seq_operations ddebug_proc_seqops = {
 
 static int ddebug_proc_open(struct inode *inode, struct file *file)
 {
-       vpr_info("called\n");
        return seq_open_private(file, &ddebug_proc_seqops,
                                sizeof(struct ddebug_iter));
 }