[PATCH] ISDN: fix warnings
* diva, sedlbauer: the 'ready' label is only used in certain configurations * hfc_pci: - cast 'arg' to proper size for testing and printing - print out 'void __iomem *' variables with %p, rather than using incorrect casts that throw warnings Signed-off-by: Jeff Garzik <jeff@garzik.org> Acked-by: Karsten Keil <kkeil@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Этот коммит содержится в:

коммит произвёл
Linus Torvalds

родитель
281f15e6d9
Коммит
df61bec3ae
@@ -1121,7 +1121,11 @@ setup_diva(struct IsdnCard *card)
|
||||
bytecnt = 32;
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef __ISAPNP__
|
||||
ready:
|
||||
#endif
|
||||
|
||||
printk(KERN_INFO
|
||||
"Diva: %s card configured at %#lx IRQ %d\n",
|
||||
(cs->subtyp == DIVA_PCI) ? "PCI" :
|
||||
|
Ссылка в новой задаче
Block a user