From: Alan Cox Date: Tue, 3 Oct 2006 08:13:55 +0000 (-0700) Subject: [PATCH] ISDN warning fixes X-Git-Tag: v2.6.19-rc1~354 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17a4506d0eb1f78c9018c06a79e7dd09ae78c3a8;p=pandora-kernel.git [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 Cc: Jeff Garzik Acked-by: Karsten Keil Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed