um: switch close_chan() to struct line
... and switch chan_interrupt() to directly calling close_one_chan(), so we can lose delay_free_irq argument of close_chan() as well. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:

committed by
Richard Weinberger

parent
0fcd719934
commit
10c890c0a3
@@ -465,7 +465,7 @@ void close_lines(struct line *lines, int nlines)
|
||||
int i;
|
||||
|
||||
for(i = 0; i < nlines; i++)
|
||||
close_chan(&lines[i].chan_list, 0);
|
||||
close_chan(&lines[i]);
|
||||
}
|
||||
|
||||
int setup_one_line(struct line *lines, int n, char *init,
|
||||
|
Reference in New Issue
Block a user