commit | a8cd98586b1f9e3b5dd7e141bcfe8f078fbb39ed | [log] [tgz] |
---|---|---|
author | James Hogan <james.hogan@imgtec.com> | Wed Feb 06 14:45:02 2013 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 06 11:10:17 2013 -0800 |
tree | e442817ff8461de7925e9d77e043eb3e8070c9cb | |
parent | 8200e38a0cbf95dd2acaa565badb9b6a71c0e9c3 [diff] |
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 <james.hogan@imgtec.com> Acked-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>