From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: linux-next: build warnings after merge of the driver-core tree Date: Fri, 21 May 2010 09:47:30 -0700 Message-ID: <20100521164730.GA11173@kroah.com> References: <20100521161843.20e795db.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from kroah.org ([198.145.64.141]:50266 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758233Ab0EUQvs (ORCPT ); Fri, 21 May 2010 12:51:48 -0400 Content-Disposition: inline In-Reply-To: <20100521161843.20e795db.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Stefan Achatz , Jiri Kosina , Chris Wright On Fri, May 21, 2010 at 04:18:43PM +1000, Stephen Rothwell wrote: > Hi Greg, > > After merging the driver-core tree, today's linux-next build (x86_64 > allmodconfig) produced these warnings: > > drivers/hid/hid-roccat-kone.c:694: warning: initialization from incompatible pointer type > drivers/hid/hid-roccat-kone.c:696: warning: initialization from incompatible pointer type > drivers/hid/hid-roccat-kone.c:701: warning: initialization from incompatible pointer type > drivers/hid/hid-roccat-kone.c:703: warning: initialization from incompatible pointer type > drivers/hid/hid-roccat-kone.c:708: warning: initialization from incompatible pointer type > drivers/hid/hid-roccat-kone.c:710: warning: initialization from incompatible pointer type > drivers/hid/hid-roccat-kone.c:715: warning: initialization from incompatible pointer type > drivers/hid/hid-roccat-kone.c:717: warning: initialization from incompatible pointer type > drivers/hid/hid-roccat-kone.c:722: warning: initialization from incompatible pointer type > drivers/hid/hid-roccat-kone.c:724: warning: initialization from incompatible pointer type > drivers/hid/hid-roccat-kone.c:729: warning: initialization from incompatible pointer type > drivers/hid/hid-roccat-kone.c:731: warning: initialization from incompatible pointer type > > Introduced by commit 867040163f10f2b52b45bc573f330d6eb28f5914 ("sysfs: > add struct file* to bin_attr callbacks") from the driver-core tree > interacting with commit 14bf62cde79423a02a590e02664ed29a36facec1 ("HID: > add driver for Roccat Kone gaming mouse") from the hid tree. > > I added the following patch: > > From: Stephen Rothwell > Date: Fri, 21 May 2010 16:15:32 +1000 > Subject: [PATCH] hid: fix hid-roccat-kone for bin_attr API change > > Signed-off-by: Stephen Rothwell > --- > drivers/hid/hid-roccat-kone.c | 24 ++++++++++++------------ That patch looks fine, but I can't take it in my tree as the HID tree isn't merged with Linus's tree yet :( thanks, greg k-h