From: Hans J. Koch Date: Mon, 13 Jul 2009 03:51:25 +0000 (-0700) Subject: Input: ucb1400_ts - fix a misleading function name X-Git-Tag: v2.6.32-rc1~686^2^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9c22736940cdc8f5e2db0109fc9493e0cbd895d;p=pandora-kernel.git Input: ucb1400_ts - fix a misleading function name The driver for UCB1400 touchscreen controllers contains a function named ucb1400_ts_pen_down(), but it returns 0 if the pen is down and 1 if it's up. This causes confusion, especially since it's used as a boolean truth value later in the code. This patch renames it. Signed-off-by: Hans J. Koch Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed