[PATCH] ISDN: fix warnings
authorJeff Garzik <jeff@garzik.org>
Fri, 8 Dec 2006 10:39:37 +0000 (02:39 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:29:01 +0000 (08:29 -0800)
commitdf61bec3ae8983984070db24ae481fe7297a6dff
tree0579a16dde2af018d54a62ae6c693bbbbe28a14a
parent281f15e6d9bfe18f200119bf8ffcbc67e8a33718
[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>
drivers/isdn/hisax/diva.c
drivers/isdn/hisax/hfc_pci.c
drivers/isdn/hisax/sedlbauer.c