Commit 2cc0f037 authored by David S. Miller's avatar David S. Miller

[SPARC64]: Fix spinlock init in sparc64 parport support.

parent c4aad69c
...@@ -130,7 +130,7 @@ static int parport_pc_find_nonpci_ports (int autoirq, int autodma) ...@@ -130,7 +130,7 @@ static int parport_pc_find_nonpci_ports (int autoirq, int autodma)
unsigned long base = edev->resource[0].start; unsigned long base = edev->resource[0].start;
unsigned long config = edev->resource[1].start; unsigned long config = edev->resource[1].start;
spin_lock_init(&sparc_ebus_dmas[count].info); spin_lock_init(&sparc_ebus_dmas[count].info.lock);
sparc_ebus_dmas[count].info.regs = sparc_ebus_dmas[count].info.regs =
edev->resource[2].start; edev->resource[2].start;
if (!sparc_ebus_dmas[count].info.regs) if (!sparc_ebus_dmas[count].info.regs)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment