Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39246
b: refs/heads/master
c: 70f3891
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 10, 2006
1 parent 584352b commit 49c5419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 3c5c6658d2f1385cf06cdc00db9f7f124a35fb25
refs/heads/master: 70f38912935fd4aa3fea1ddf87ed1cee63109cc5
2 changes: 1 addition & 1 deletion trunk/drivers/sbus/char/uctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ static int __init ts102_uctrl_init(void)
}

driver->regs->uctrl_intr = UCTRL_INTR_RXNE_REQ|UCTRL_INTR_RXNE_MSK;
printk("uctrl: 0x%x (irq %d)\n", driver->regs, driver->irq);
printk("uctrl: 0x%p (irq %d)\n", driver->regs, driver->irq);
uctrl_get_event_status();
uctrl_get_external_status();
return 0;
Expand Down

0 comments on commit 49c5419

Please sign in to comment.