VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Jim Cromie <jim.cromie@gmail.com> 2021-05-04 16:22:35 -0600 committer: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2021-05-13 20:50:23 +0200 commit: a3626bcf5fafad0ded410b269e21f37bdaf2baf4 parent: 640d1eaff2c09e382a23bd831094ebbfaa16fef5
Commit Summary:
dyndbg: drop uninformative vpr_info
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c
index 398920403321..641767b0dce2 100644
--- a/lib/dynamic_debug.c
+++ b/lib/dynamic_debug.c
@@ -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));
 }