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)
commitbc57a0f7a44cfcf3e9873f6c6b8dcecdca486b1f
treea8fbc1ebad63f840a606a9fa570b94536ff1af42
parente9539f47525ecee05c9f22c3565885f3e9492c52
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