Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7475
b: refs/heads/master
c: aba5a4c
h: refs/heads/master
i:
  7473: 17dee8a
  7471: 816a721
v: v3
  • Loading branch information
Richard Purdie authored and Linus Torvalds committed Sep 7, 2005
1 parent b3a736e commit 0ae6477
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: 4bc20a8d497e137c0a9ee9a3bacce3dd4a2b6993
refs/heads/master: aba5a4c055dde13a3cece53e1b4b060294d631ed
4 changes: 2 additions & 2 deletions trunk/drivers/input/keyboard/corgikbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ static void corgikbd_hinge_timer(unsigned long data)
unsigned long gprr;
unsigned long flags;

gprr = read_scoop_reg(SCOOP_GPRR) & (CORGI_SCP_SWA | CORGI_SCP_SWB);
gprr = read_scoop_reg(&corgiscoop_device.dev, SCOOP_GPRR) & (CORGI_SCP_SWA | CORGI_SCP_SWB);
if (gprr != sharpsl_hinge_state) {
hinge_count = 0;
sharpsl_hinge_state = gprr;
Expand Down Expand Up @@ -267,7 +267,7 @@ static int __init corgikbd_probe(struct device *dev)
dev_set_drvdata(dev,corgikbd);
strcpy(corgikbd->phys, "corgikbd/input0");

spin_lock_init(corgikbd->lock);
spin_lock_init(&corgikbd->lock);

/* Init Keyboard rescan timer */
init_timer(&corgikbd->timer);
Expand Down

0 comments on commit 0ae6477

Please sign in to comment.