From: Jiri Slaby Date: Sat, 19 Sep 2009 20:13:15 +0000 (-0700) Subject: cyclades: use dtr_rts helpers X-Git-Tag: v2.6.32-rc1~627^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d7682005ca88a37667c4af03908798e188b5224;p=pandora-kernel.git cyclades: use dtr_rts helpers For Z cards, use tty helpers for dtr_rts. If we did the same for Y cards, it will cause a deadlock, because cyy_dtr_rts takes a lock which we already hold. Instead, we introduce a Y helper expecting card lock to be held. It may then be called with set/clear masks from other places. Signed-off-by: Jiri Slaby Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed