From: Xenia Ragiadakou Date: Wed, 14 Aug 2013 03:33:55 +0000 (+0300) Subject: xhci: trace debug messages related to driver initialization and unload X-Git-Tag: v3.12-rc1~186^2~42^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d195fcffe4c82cc813cc43df5f27ab99ab38bc07;p=pandora-kernel.git xhci: trace debug messages related to driver initialization and unload This patch defines a new trace event, which is called xhci_dbg_init and belongs to the event class xhci_log_msg, and adds tracepoints that trace the debug statements in the functions used to start and stop the xhci-hcd driver. Also, it removes an unnecessary cast of variable val to unsigned int in xhci_mem_init(), since val is already declared as unsigned int. Signed-off-by: Xenia Ragiadakou Signed-off-by: Sarah Sharp --- Reading git-diff-tree failed