]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitda26603e2b634b398478c5eb046c0a2d5a742830
tree0579a16dde2af018d54a62ae6c693bbbbe28a14a
parentb6aafa54ecef875de68875888ef5f407d61121c6
[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