Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97783
b: refs/heads/master
c: 4feead7
h: refs/heads/master
i:
  97781: 926c5f9
  97779: e40c789
  97775: c79feb0
v: v3
  • Loading branch information
Anton Vorontsov authored and Linus Torvalds committed Jun 6, 2008
1 parent 65f71fa commit ee385ff
Show file tree
Hide file tree
Showing 3 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: 4647875819aa210115d926242aa18e034517cece
refs/heads/master: 4feead71fa68a41db1d4f065c0f91fd67288877d
2 changes: 1 addition & 1 deletion trunk/drivers/serial/sb1250-duart.c
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ console_initcall(sbd_serial_console_init);

static struct uart_driver sbd_reg = {
.owner = THIS_MODULE,
.driver_name = "serial",
.driver_name = "sb1250_duart",
.dev_name = "duart",
.major = TTY_MAJOR,
.minor = SB1250_DUART_MINOR_BASE,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/serial/ucc_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ struct uart_qe_port {

static struct uart_driver ucc_uart_driver = {
.owner = THIS_MODULE,
.driver_name = "serial",
.driver_name = "ucc_uart",
.dev_name = "ttyQE",
.major = SERIAL_QE_MAJOR,
.minor = SERIAL_QE_MINOR,
Expand Down

0 comments on commit ee385ff

Please sign in to comment.