[prev in list] [next in list] [prev in thread] [next in thread] 

List:       git-commits-head
Subject:    [PATCH] isdn debug build fix
From:       Linux Kernel Mailing List <linux-kernel () vger ! kernel ! org>
Date:       2004-08-31 17:43:29
Message-ID: 200408311921.i7VJLXvm025669 () hera ! kernel ! org
[Download RAW message or body]

ChangeSet 1.1924, 2004/08/31 10:43:29-07:00, akpm@osdl.org

	[PATCH] isdn debug build fix
	
	On x86_64:
	
	drivers/isdn/hardware/eicon/debug.c: In function `DI_format':
	drivers/isdn/hardware/eicon/debug.c:599: incompatible types in assignment
	
	Signed-off-by: Andrew Morton <akpm@osdl.org>
	Signed-off-by: Linus Torvalds <torvalds@osdl.org>



 debug.c |    5 +----
 1 files changed, 1 insertion(+), 4 deletions(-)


diff -Nru a/drivers/isdn/hardware/eicon/debug.c b/drivers/isdn/hardware/eicon/debug.c
--- a/drivers/isdn/hardware/eicon/debug.c	2004-08-31 12:21:42 -07:00
+++ b/drivers/isdn/hardware/eicon/debug.c	2004-08-31 12:21:42 -07:00
@@ -573,7 +573,7 @@
                        unsigned short id,
                        int type,
                        char *format,
-                       va_list argument_list) {
+                       va_list ap) {
   diva_os_spin_lock_magic_t old_irql;
   dword sec, usec;
   diva_dbg_entry_head_t* pmsg = NULL;
@@ -582,7 +582,6 @@
   static char fmtBuf[MSG_FRAME_MAX_SIZE+sizeof(*pmsg)+1];
   char          *data;
   unsigned short code;
-  va_list ap;
 
   if (diva_os_in_irq()) {
     dbg_sequence++;
@@ -596,8 +595,6 @@
 
 
   
-  ap = argument_list;
-
   diva_os_get_time (&sec, &usec);
 
   if (do_lock) {
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic