Re: [PATCH] w1-gpio: Simplify & get rid of defines

2012-11-05 Thread Evgeniy Polyakov
Hi On Wed, Oct 31, 2012 at 05:57:44PM +0200, Pantelis Antoniou (pa...@antoniou-consulting.com) wrote: > There's no reason to have the OF defines; it complicates the driver. > There's also no need for the funky platform_driver_probe. > > Add a few warnings in case there's a failure; helps us find

[PATCH] w1-gpio: Simplify & get rid of defines

2012-10-30 Thread Pantelis Antoniou
There's no reason to have the OF defines; it complicates the driver. There's also no need for the funky platform_driver_probe. Add a few warnings in case there's a failure; helps us find out what went wrong. Signed-off-by: Pantelis Antoniou --- drivers/w1/masters/w1-gpio.c | 58