]> git.baikalelectronics.ru Git - kernel.git/commit
NVMe: Remove "process_cq did something" message
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Mon, 24 Jun 2013 15:56:42 +0000 (11:56 -0400)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Mon, 24 Jun 2013 17:57:08 +0000 (13:57 -0400)
commit9449a46c87a8e3e63f454cc9a982562e40b84c50
treea8fbc1ebad63f840a606a9fa570b94536ff1af42
parentacdf9efcddd854c61f0f1552297564e6d455562f
NVMe: Remove "process_cq did something" message

I was originally intending to log the fact that the kthread had done
some work since it might help us find interrupt handling problems, but
that hasn't been done yet, and spamming the logs with this message is
just rude.

Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
drivers/block/nvme-core.c