* [PATCH 0/1] serial: 8250_dw: fix for tty-next
@ 2013-04-12 9:44 Heikki Krogerus
2013-04-12 9:44 ` [PATCH 1/1] serial: 8250_dw: Fix the stub for dw8250_probe_acpi() Heikki Krogerus
0 siblings, 1 reply; 2+ messages in thread
From: Heikki Krogerus @ 2013-04-12 9:44 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: linux-kernel, linux-serial
Heikki Krogerus (1):
serial: 8250_dw: Fix the stub for dw8250_probe_acpi()
drivers/tty/serial/8250/8250_dw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.7.10.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] serial: 8250_dw: Fix the stub for dw8250_probe_acpi()
2013-04-12 9:44 [PATCH 0/1] serial: 8250_dw: fix for tty-next Heikki Krogerus
@ 2013-04-12 9:44 ` Heikki Krogerus
0 siblings, 0 replies; 2+ messages in thread
From: Heikki Krogerus @ 2013-04-12 9:44 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: linux-kernel, linux-serial
This fixes the stub for dw8250_probe_acpi() that is used
when compiling without ACPI enabled. The argument type was
wrong.
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
---
drivers/tty/serial/8250/8250_dw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/tty/serial/8250/8250_dw.c b/drivers/tty/serial/8250/8250_dw.c
index 39b7ae4..beaa283 100644
--- a/drivers/tty/serial/8250/8250_dw.c
+++ b/drivers/tty/serial/8250/8250_dw.c
@@ -190,7 +190,7 @@ static int dw8250_probe_acpi(struct uart_8250_port *up)
return 0;
}
#else
-static inline int dw8250_probe_acpi(struct uart_port *p)
+static inline int dw8250_probe_acpi(struct uart_8250_port *up)
{
return -ENODEV;
}
--
1.7.10.4
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-12 9:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-12 9:44 [PATCH 0/1] serial: 8250_dw: fix for tty-next Heikki Krogerus
2013-04-12 9:44 ` [PATCH 1/1] serial: 8250_dw: Fix the stub for dw8250_probe_acpi() Heikki Krogerus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®