From 81fc401e426e8a4c719035ef86d051bd0d1111e5 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Wed, 17 Jun 2009 16:27:49 -0700 Subject: [PATCH] ppdev: reduce kernel log spam One of my programs frequently grabs the parport, does something with it and then drops it again. This results in spamming of the kernel log with "... registered pardevice" "... unregistered pardevice" These messages are completely useless, except for debugging ppdev, probably. So put them under DEBUG (or dynamic debug). Signed-off-by: Michael Buesch Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed