From: Chihau Chau on 15 Mar 2010 14:10 Sorry I have been confused with the description of another patch. I will fix the description. Thanks Pavel! 2010/3/15 Pavel Machek <pavel(a)ucw.cz>: > On Mon 2010-03-15 00:05:55, Chihau Chau wrote: >> From: Chihau Chau <chihau(a)gmail.com> >> >> This is moving toward using <linux/uaccess.h> instead of the old >> <asm/uaccess.h> file. > > Changelog does not match the patch. > > ...plus, was the patch actually tested? > � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � �Pavel > >> --- a/drivers/staging/dream/generic_gpio.c >> +++ b/drivers/staging/dream/generic_gpio.c >> @@ -18,7 +18,7 @@ >> �#include <linux/errno.h> >> �#include <linux/slab.h> >> �#include <linux/spinlock.h> >> -#include <asm/gpio.h> >> +#include <linux/gpio.h> >> �#include "gpio_chip.h" >> >> �#define GPIO_NUM_TO_CHIP_INDEX(gpio) ((gpio)>>5) > > -- > (english) http://www.livejournal.com/~pavelmachek > (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html > -- Chihau Chau -- 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: Chihau Chau on 16 Mar 2010 15:00 No I don't know how to test it in my G1. 2010/3/15 Pavel Machek <pavel(a)ucw.cz>: > Hi! > >> Sorry I have been confused with the description of another patch. >> >> I will fix the description. >> >> Thanks Pavel! > ... >> > ...plus, was the patch actually tested? > > I'd still like to know if it was tested... > � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � �Pavel > -- > (english) http://www.livejournal.com/~pavelmachek > (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html > -- Chihau Chau -- 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/
|
Pages: 1 Prev: mm: lockdep page lock Next: [PATCH] hid: avoid '\0' in hid debugfs events file |