Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 12172
b: refs/heads/master
c: e831556
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed Nov 2, 2005
1 parent a1cae74 commit 91a4a5d
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: 1ffedce7e83540e2d2fe1cacd1922ee337073d28
refs/heads/master: e831556fb6f81142f9b51d1a05953d8046c27467
4 changes: 2 additions & 2 deletions trunk/drivers/video/amba-clcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -505,14 +505,14 @@ static int clcdfb_remove(struct amba_device *dev)
static struct amba_id clcdfb_id_table[] = {
{
.id = 0x00041110,
.mask = 0x000fffff,
.mask = 0x000ffffe,
},
{ 0, 0 },
};

static struct amba_driver clcd_driver = {
.drv = {
.name = "clcd-pl110",
.name = "clcd-pl11x",
},
.probe = clcdfb_probe,
.remove = clcdfb_remove,
Expand Down

0 comments on commit 91a4a5d

Please sign in to comment.