From: James Hogan Date: Wed, 6 Feb 2013 14:45:02 +0000 (+0000) Subject: tty: metag_da: avoid getting tty kref in dashtty_timer() X-Git-Tag: v3.9-rc1~125^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8cd98586b1f9e3b5dd7e141bcfe8f078fbb39ed;p=pandora-kernel.git tty: metag_da: avoid getting tty kref in dashtty_timer() Getting the tty kref in dashtty_timer() is no longer necessary since it isn't needed in fetch_data() any longer (due to changes which make the tty flip functions refer to tty_ports instead of tty_structs), so just pass around a channel number instead. Signed-off-by: James Hogan Acked-by: Jiri Slaby Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed