-
- Downloads
[PATCH] ISDN warning fixes
Clean up warnings in drivers/isdn by using long not int for the values where we pass void * and cast to integer types. The code is ok (ok passing the stuff this way isn't pretty but the code is valid). In all the cases I checked out the right thing happens anyway but this removes all the warnings. Signed-off-by:Alan Cox <alan@redhat.com> Cc: 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>
Showing
- drivers/isdn/hisax/config.c 3 additions, 3 deletionsdrivers/isdn/hisax/config.c
- drivers/isdn/hisax/hfc4s8s_l1.c 4 additions, 3 deletionsdrivers/isdn/hisax/hfc4s8s_l1.c
- drivers/isdn/hisax/hfc_sx.c 2 additions, 2 deletionsdrivers/isdn/hisax/hfc_sx.c
- drivers/isdn/hisax/hfc_usb.c 2 additions, 2 deletionsdrivers/isdn/hisax/hfc_usb.c
- drivers/isdn/hisax/hisax_fcpcipnp.c 7 additions, 10 deletionsdrivers/isdn/hisax/hisax_fcpcipnp.c
- drivers/isdn/hisax/st5481_b.c 4 additions, 4 deletionsdrivers/isdn/hisax/st5481_b.c
- drivers/isdn/hisax/st5481_d.c 2 additions, 2 deletionsdrivers/isdn/hisax/st5481_d.c
Loading
Please register or sign in to comment