iwlwifi: bump trace message limit
authorJohannes Berg <johannes.berg@intel.com>
Fri, 22 Jun 2012 13:21:02 +0000 (15:21 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 25 Jun 2012 07:38:22 +0000 (09:38 +0200)
There's one message that goes just over the
limit of 100 characters, so bump the limit to
110 to get rid of the warning from that.

Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/iwlwifi/iwl-devtrace.h

index 6536479..ad2dba8 100644 (file)
@@ -176,7 +176,7 @@ TRACE_EVENT(iwlwifi_dev_ucode_wrap_event,
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM iwlwifi_msg
 
-#define MAX_MSG_LEN    100
+#define MAX_MSG_LEN    110
 
 DECLARE_EVENT_CLASS(iwlwifi_msg_event,
        TP_PROTO(struct va_format *vaf),