From: Peter Hurley Date: Wed, 5 Nov 2014 17:26:25 +0000 (-0500) Subject: tty: Call methods in modern style X-Git-Tag: omap-for-v3.19/fixes-rc1~86^2~118 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c961bfb17406c9fda6ba37cbba34feacdd09c6eb;p=pandora-kernel.git tty: Call methods in modern style The use of older function ptr calling style, (*fn)(), makes static analysis more error-prone; replace with modern fn() style. Signed-off-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed