From: Johannes Berg Date: Tue, 6 Mar 2012 21:30:48 +0000 (-0800) Subject: iwlwifi: make tracing use device as identifier X-Git-Tag: v3.4-rc1~177^2~108^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c1011e1918be17f7f8ccca5442cd517f9c29d17;p=pandora-kernel.git iwlwifi: make tracing use device as identifier Tracing used the priv pointer as an identifier, which has the problem that we don't have it in all code, and also some people say no pointers should be "leaked" to userspace. Use the device name instead, it is more useful anyway. Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed