Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231476
b: refs/heads/master
c: 2cf0c58
h: refs/heads/master
v: v3
  • Loading branch information
Darius Augulis authored and Kukjin Kim committed Jan 12, 2011
1 parent f1a947d commit 35185e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 436c3878418ff484ce852c82847b238ef3f73341
refs/heads/master: 2cf0c58ed970b91e620e551d4c8da8b1d0baab49
4 changes: 2 additions & 2 deletions trunk/drivers/serial/samsung.c
Original file line number Diff line number Diff line change
Expand Up @@ -883,10 +883,10 @@ static struct uart_ops s3c24xx_serial_ops = {

static struct uart_driver s3c24xx_uart_drv = {
.owner = THIS_MODULE,
.dev_name = "s3c2410_serial",
.driver_name = "s3c2410_serial",
.nr = CONFIG_SERIAL_SAMSUNG_UARTS,
.cons = S3C24XX_SERIAL_CONSOLE,
.driver_name = S3C24XX_SERIAL_NAME,
.dev_name = S3C24XX_SERIAL_NAME,
.major = S3C24XX_SERIAL_MAJOR,
.minor = S3C24XX_SERIAL_MINOR,
};
Expand Down

0 comments on commit 35185e4

Please sign in to comment.