Re: [PATCH v2] ISDN/capidrv: address two longstanding warnings

2007-10-26 Thread Jeff Garzik
Karsten Keil wrote: * change #warning to a code comment * add comment and special ifdef'd 64-bit code for a situation where we must store a pointer into a CAPI field 'Data', which is fixed by the interface at 32 bits. Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]> Acked-by: Karsten Keil <[E

Re: [PATCH v2] ISDN/capidrv: address two longstanding warnings

2007-10-26 Thread Karsten Keil
* change #warning to a code comment * add comment and special ifdef'd 64-bit code for a situation where we must store a pointer into a CAPI field 'Data', which is fixed by the interface at 32 bits. Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]> Acked-by: Karsten Keil <[EMAIL PROTECTED]> ---

[PATCH v2] ISDN/capidrv: address two longstanding warnings

2007-10-26 Thread Jeff Garzik
* change #warning to a code comment * add comment and special ifdef'd 64-bit code for a situation where we must store a pointer into a CAPI field 'Data', which is fixed by the interface at 32 bits. Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]> --- drivers/isdn/capi/capidrv.c | 25