Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64264
b: refs/heads/master
c: 5c076fc
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and Linus Torvalds committed Aug 23, 2007
1 parent df7a779 commit 3b052c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: a2f92ee7e704440995cf5474f4cc7b268bf380e0
refs/heads/master: 5c076fce2e217240b44bc753a5ec8ecd379c6eb9
6 changes: 3 additions & 3 deletions trunk/drivers/rtc/rtc-max6902.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* 24-May-2006: Raphael Assenat <raph@8d.com>
* - Major rework
* Converted to rtc_device and uses the SPI layer.
* Converted to rtc_device and uses the SPI layer.
*
* ??-???-2005: Someone at Compulab
* - Initial driver creation.
Expand Down Expand Up @@ -259,11 +259,11 @@ static int __devexit max6902_remove(struct spi_device *spi)

static struct spi_driver max6902_driver = {
.driver = {
.name = "max6902",
.name = "rtc-max6902",
.bus = &spi_bus_type,
.owner = THIS_MODULE,
},
.probe = max6902_probe,
.probe = max6902_probe,
.remove = __devexit_p(max6902_remove),
};

Expand Down

0 comments on commit 3b052c0

Please sign in to comment.