lkml.org 
[lkml]   [2004]   [Oct]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] PCDP: call acpi_register_gsi() with arguments in correct order
Date
We were calling acpi_register_gsi() with arguments out of order.
PCDP: call acpi_register_gsi() with arguments in correct order

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>

===== drivers/firmware/pcdp.c 1.6 vs edited =====
--- 1.6/drivers/firmware/pcdp.c 2004-07-28 22:58:54 -06:00
+++ edited/drivers/firmware/pcdp.c 2004-10-22 14:55:47 -06:00
@@ -98,8 +98,8 @@

if (uart_irq_supported(rev, uart)) {
port.irq = acpi_register_gsi(uart->gsi,
- uart_active_high_low(rev, uart),
- uart_edge_level(rev, uart));
+ uart_edge_level(rev, uart),
+ uart_active_high_low(rev, uart));
port.flags |= UPF_AUTO_IRQ; /* some FW reported wrong GSI */
if (uart_pci(rev, uart))
port.flags |= UPF_SHARE_IRQ;
\
 
 \ /
  Last update: 2005-03-22 14:07    [W:0.024 / U:0.300 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site