Prev: [PATCH UPDATED 4/4] async: use workqueue for worker pool
Next: KVM: MMU: combine guest pte read between walk and pte prefetch
From: Randy Dunlap on 2 Jul 2010 12:50 On Fri, 2 Jul 2010 16:35:05 +1000 Stephen Rothwell wrote: > Hi all, > > Changes since 20100630: > > The tip tree lost a conflict. > > The driver-core tree gained a conflict agains the jdelvare-hwmon tree. > > ---------------------------------------------------------------------------- drivers/input/touchscreen/ad7879.c: In function 'ad7879_probe': drivers/input/touchscreen/ad7879.c:487: error: 'struct ad7879' has no member named 'mutex' drivers/input/touchscreen/ad7879.c:578: warning: passing argument 1 of 'ad7879_gpio_add' from incompatible pointer type drivers/input/touchscreen/ad7879.c:444: note: expected 'struct device *' but argument is of type 'struct ad7879 *' drivers/input/touchscreen/ad7879.c:578: error: too many arguments to function 'ad7879_gpio_add' drivers/input/touchscreen/ad7879.c:589: warning: passing argument 1 of 'ad7879_gpio_remove' from incompatible pointer type drivers/input/touchscreen/ad7879.c:449: note: expected 'struct device *' but argument is of type 'struct ad7879 *' drivers/input/touchscreen/ad7879.c: In function 'ad7879_remove': drivers/input/touchscreen/ad7879.c:604: warning: passing argument 1 of 'ad7879_gpio_remove' from incompatible pointer type drivers/input/touchscreen/ad7879.c:449: note: expected 'struct device *' but argument is of type 'struct ad7879 *' config file is attached. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***
From: Dmitry Torokhov on 2 Jul 2010 13:20 On Friday, July 02, 2010 09:39:44 am Randy Dunlap wrote: > On Fri, 2 Jul 2010 16:35:05 +1000 Stephen Rothwell wrote: > > Hi all, > > > > Changes since 20100630: > > > > The tip tree lost a conflict. > > > > The driver-core tree gained a conflict agains the jdelvare-hwmon tree. > > > > ------------------------------------------------------------------------- > > --- > > drivers/input/touchscreen/ad7879.c: In function 'ad7879_probe': > drivers/input/touchscreen/ad7879.c:487: error: 'struct ad7879' has no > member named 'mutex' drivers/input/touchscreen/ad7879.c:578: warning: > passing argument 1 of 'ad7879_gpio_add' from incompatible pointer type > drivers/input/touchscreen/ad7879.c:444: note: expected 'struct device *' > but argument is of type 'struct ad7879 *' > drivers/input/touchscreen/ad7879.c:578: error: too many arguments to > function 'ad7879_gpio_add' drivers/input/touchscreen/ad7879.c:589: > warning: passing argument 1 of 'ad7879_gpio_remove' from incompatible > pointer type drivers/input/touchscreen/ad7879.c:449: note: expected > 'struct device *' but argument is of type 'struct ad7879 *' > drivers/input/touchscreen/ad7879.c: In function 'ad7879_remove': > drivers/input/touchscreen/ad7879.c:604: warning: passing argument 1 of > 'ad7879_gpio_remove' from incompatible pointer type > drivers/input/touchscreen/ad7879.c:449: note: expected 'struct device *' > but argument is of type 'struct ad7879 *' > > > config file is attached. > Oops, I will fix that up. Thanks for the report Randy. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Dmitry Torokhov on 3 Jul 2010 16:20
On Fri, Jul 02, 2010 at 09:58:03AM -0700, Dmitry Torokhov wrote: > On Friday, July 02, 2010 09:39:44 am Randy Dunlap wrote: > > On Fri, 2 Jul 2010 16:35:05 +1000 Stephen Rothwell wrote: > > > Hi all, > > > > > > Changes since 20100630: > > > > > > The tip tree lost a conflict. > > > > > > The driver-core tree gained a conflict agains the jdelvare-hwmon tree. > > > > > > ------------------------------------------------------------------------- > > > --- > > > > drivers/input/touchscreen/ad7879.c: In function 'ad7879_probe': > > drivers/input/touchscreen/ad7879.c:487: error: 'struct ad7879' has no > > member named 'mutex' drivers/input/touchscreen/ad7879.c:578: warning: > > passing argument 1 of 'ad7879_gpio_add' from incompatible pointer type > > drivers/input/touchscreen/ad7879.c:444: note: expected 'struct device *' > > but argument is of type 'struct ad7879 *' > > drivers/input/touchscreen/ad7879.c:578: error: too many arguments to > > function 'ad7879_gpio_add' drivers/input/touchscreen/ad7879.c:589: > > warning: passing argument 1 of 'ad7879_gpio_remove' from incompatible > > pointer type drivers/input/touchscreen/ad7879.c:449: note: expected > > 'struct device *' but argument is of type 'struct ad7879 *' > > drivers/input/touchscreen/ad7879.c: In function 'ad7879_remove': > > drivers/input/touchscreen/ad7879.c:604: warning: passing argument 1 of > > 'ad7879_gpio_remove' from incompatible pointer type > > drivers/input/touchscreen/ad7879.c:449: note: expected 'struct device *' > > but argument is of type 'struct ad7879 *' > > > > > > config file is attached. > > > > Oops, I will fix that up. > > Thanks for the report Randy. > Should be better now. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |