From: Markus Pargmann Date: Thu, 2 Apr 2015 08:11:38 +0000 (+0200) Subject: nbd: Restructure debugging prints X-Git-Tag: omap-for-v4.1/fixes-rc1~118^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d18509f5979881ae326e910115ab2ba914c016b6;p=pandora-kernel.git nbd: Restructure debugging prints dprintk has some name collisions with other frameworks and drivers. It is also not necessary to have these custom debug print filters. Dynamic debug offers the same amount of filtered debugging. This patch replaces all dprintks with dev_dbg(). It also removes the ioctl dprintk which prints the ingoing ioctls which should be replaceable by strace or similar stuff. Signed-off-by: Markus Pargmann Acked-by: Pavel Machek Signed-off-by: Jens Axboe --- Reading git-diff-tree failed