Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196075
b: refs/heads/master
c: e8126b3
h: refs/heads/master
i:
  196073: 5993795
  196071: 3955c2f
v: v3
  • Loading branch information
Sonic Zhang authored and Greg Kroah-Hartman committed May 21, 2010
1 parent b6c138f commit fcaf962
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 00c1ff8c0fd14e1fa76fb5351ae7d11a513b8497
refs/heads/master: e8126b32f6782d2e275e632a5e51e2433ceda7b0
3 changes: 2 additions & 1 deletion trunk/drivers/serial/bfin_sport_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,7 @@ static int __devinit sport_uart_probe(struct platform_device *pdev)
ret = -ENXIO;
goto out_error_free_peripherals;
}
sport->port.mapbase = res->start;

sport->port.irq = platform_get_irq(pdev, 0);
if (sport->port.irq < 0) {
Expand Down Expand Up @@ -809,7 +810,7 @@ static int __init sport_uart_init(void)
{
int ret;

pr_info("Serial: Blackfin uart over sport driver\n");
pr_info("Blackfin uart over sport driver\n");

ret = uart_register_driver(&sport_uart_reg);
if (ret) {
Expand Down

0 comments on commit fcaf962

Please sign in to comment.