From: Robert Love Date: Wed, 10 Jun 2009 22:30:59 +0000 (-0700) Subject: fcoe: Add runtime debug logging with module parameter debug_logging X-Git-Tag: v2.6.31-rc1~32^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5488eb9cd2b06f7dcca7053274edb337987c67c;p=pandora-kernel.git fcoe: Add runtime debug logging with module parameter debug_logging This patch converts all FC_DBG statements to use new runtime tunable debug macros. The fcoe.ko module now has a debug_logging module parameter. fcoe_debug_logging is an unsigned integer representing a bitmask of all available logging levels. Currently only two logging levels are supported- bit LSB 0 = general fcoe logging 1 = netdevice related logging This patch also attempts to clean up some debug statement formatting so it's more readable. Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed