Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-capability-linux
Commits
d471cd47
Commit
d471cd47
authored
Jun 30, 2005
by
Linus Torvalds
Browse files
Merge master.kernel.org:/home/rmk/linux-2.6-serial
parents
bd53d127
44454bcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/serial/8250.c
View file @
d471cd47
...
...
@@ -2061,7 +2061,8 @@ static void __init serial8250_isa_init_ports(void)
up
->
port
.
ops
=
&
serial8250_pops
;
}
for
(
i
=
0
,
up
=
serial8250_ports
;
i
<
ARRAY_SIZE
(
old_serial_port
);
for
(
i
=
0
,
up
=
serial8250_ports
;
i
<
ARRAY_SIZE
(
old_serial_port
)
&&
i
<
UART_NR
;
i
++
,
up
++
)
{
up
->
port
.
iobase
=
old_serial_port
[
i
].
port
;
up
->
port
.
irq
=
irq_canonicalize
(
old_serial_port
[
i
].
irq
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment