From: Pavan Savoy Date: Wed, 2 Mar 2011 09:59:56 +0000 (-0600) Subject: drivers:misc: ti-st: fix debugging code X-Git-Tag: v2.6.39-rc1~471^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1605f2e3312ca149caf32129e0b25b1e7296f36;p=pandora-kernel.git drivers:misc: ti-st: fix debugging code debug code in TI-ST driver can be enabled by #defining DEBUG in the first line of the code and in case debugfs is mounted, the 2 entries in /sys/kernel/debug/ti-st/ will also provide useful information. These 2 were broken because of the recent changes to the parsing logic and the registration mechanism of the protocol drivers, this patch fixes them. Signed-off-by: Pavan Savoy Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed