From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <48F506A6.9040306@domain.hid> Date: Tue, 14 Oct 2008 22:52:54 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <48F505A9.7030507@domain.hid> In-Reply-To: <48F505A9.7030507@domain.hid> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Subject: Re: [Xenomai-core] Warnings in ksrc/drivers/comedi/buffer.c Reply-To: Gilles Chanteperdrix List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: xenomai-core Jan Kiszka wrote: > Hi, > > are these warnings due to an unfinished highmem fix (I did not follow > all details)? > > drivers/xenomai/comedi/buffer.c: In function ‘comedi_free_buffer’: > drivers/xenomai/comedi/buffer.c:49: warning: passing argument 1 of ‘vmalloc_to_page’ makes pointer from integer without a cast > drivers/xenomai/comedi/buffer.c: In function ‘comedi_alloc_buffer’: > drivers/xenomai/comedi/buffer.c:76: warning: passing argument 1 of ‘vmalloc_to_page’ makes pointer from integer without a cast > drivers/xenomai/comedi/buffer.c:88: warning: passing argument 1 of ‘vmalloc_to_page’ makes pointer from integer without a cast > drivers/xenomai/comedi/buffer.c:88: warning: assignment makes integer from pointer without a cast > > If not, please fix. Ok. Will fix. I did not actually compiled my change. -- Gilles.