Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64511
b: refs/heads/master
c: 9f90a03
h: refs/heads/master
i:
  64509: 7d7a74d
  64507: 7ab1966
  64503: a05c4bb
  64495: 6ca6901
  64479: 299b725
  64447: 1ecc9f4
  64383: 72c4e9e
  64255: 4024b62
  63999: 52f3550
  63487: 8031156
v: v3
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed Aug 27, 2007
1 parent f6b4daa commit c3008c1
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: c99dcac435cec7aca313638db2f1bc406f29210b
refs/heads/master: 9f90a03a7f93be7f247aa902a7d962a56a6f600e
2 changes: 1 addition & 1 deletion trunk/arch/mips/tx4938/toshiba_rbtx4938/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ static void __init txx9_spi_init(unsigned long base, int irq)
static int __init rbtx4938_spi_init(void)
{
struct spi_board_info srtc_info = {
.modalias = "rs5c348",
.modalias = "rtc-rs5c348",
.max_speed_hz = 1000000, /* 1.0Mbps @ Vdd 2.0V */
.bus_num = 0,
.chip_select = 16 + SRTC_CS,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-rs5c348.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ static int __devexit rs5c348_remove(struct spi_device *spi)

static struct spi_driver rs5c348_driver = {
.driver = {
.name = "rs5c348",
.name = "rtc-rs5c348",
.bus = &spi_bus_type,
.owner = THIS_MODULE,
},
Expand Down

0 comments on commit c3008c1

Please sign in to comment.