summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_bus_puc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/uart/uart_bus_puc.c')
-rw-r--r--sys/dev/uart/uart_bus_puc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/uart/uart_bus_puc.c b/sys/dev/uart/uart_bus_puc.c
index 36419d43f3550..a90e01628f40e 100644
--- a/sys/dev/uart/uart_bus_puc.c
+++ b/sys/dev/uart/uart_bus_puc.c
@@ -83,7 +83,7 @@ uart_puc_probe(device_t dev)
if (BUS_READ_IVAR(parent, dev, PUC_IVAR_CLOCK, &rclk))
rclk = 0;
- return (uart_bus_probe(dev, 0, 0, rclk, 0, 0));
+ return (uart_bus_probe(dev, 0, 0, rclk, 0, 0, 0));
}
DRIVER_MODULE(uart, puc, uart_puc_driver, uart_devclass, 0, 0);