From: Jiri Slaby Date: Mon, 5 Mar 2012 13:52:16 +0000 (+0100) Subject: TTY: simserial/amiserial, use one instance of other members X-Git-Tag: v3.4-rc1~185^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d852256389f1bcf506710ea5de77debde40013b9;p=pandora-kernel.git TTY: simserial/amiserial, use one instance of other members This means: * close_delay * closing_wait * line * port * xmit_fifo_size This actually fixes a bug in amiserial. It initializes one and uses the other of the close delays. Yes, duplicating structure members is evil. Signed-off-by: Jiri Slaby Cc: Geert Uytterhoeven Cc: Tony Luck Cc: Fenghua Yu Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed