projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24ac26d
)
[SPARC64]: Fix typo in isa_dev_get_irq_using_imap().
author
David S. Miller
<davem@davemloft.net>
Thu, 29 Jun 2006 21:38:51 +0000
(14:38 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Thu, 29 Jun 2006 23:37:29 +0000
(16:37 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/isa.c
patch
|
blob
|
history
diff --git
a/arch/sparc64/kernel/isa.c
b/arch/sparc64/kernel/isa.c
index
6f16dee
..
24c0dc3
100644
(file)
--- a/
arch/sparc64/kernel/isa.c
+++ b/
arch/sparc64/kernel/isa.c
@@
-75,7
+75,7
@@
static int __init isa_dev_get_irq_using_imap(struct sparc_isa_device *isa_dev,
struct linux_prom_registers *reg)
{
struct linux_prom_ebus_intmap *imap;
- struct linux_prom_ebus_intma
p
*imask;
+ struct linux_prom_ebus_intma
sk
*imask;
unsigned int hi, lo, irq;
int i, len, n_imap;