dyndbg: drop uninformative vpr_info
Remove a vpr_info which I added in 2012, when I knew even less than now. In 2020, a simpler pr_fmt stripped it of context, and any remaining value. no functional change. Signed-off-by: Jim Cromie <jim.cromie@gmail.com> Link: https://lore.kernel.org/r/20210504222235.1033685-3-jim.cromie@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
640d1eaff2
commit
a3626bcf5f
|
@ -920,7 +920,6 @@ static const struct seq_operations ddebug_proc_seqops = {
|
||||||
|
|
||||||
static int ddebug_proc_open(struct inode *inode, struct file *file)
|
static int ddebug_proc_open(struct inode *inode, struct file *file)
|
||||||
{
|
{
|
||||||
vpr_info("called\n");
|
|
||||||
return seq_open_private(file, &ddebug_proc_seqops,
|
return seq_open_private(file, &ddebug_proc_seqops,
|
||||||
sizeof(struct ddebug_iter));
|
sizeof(struct ddebug_iter));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue