commit | 8a1861d997d698a120401f3c125085679f729d64 | [log] [tgz] |
---|---|---|
author | Pantelis Antoniou <panto@antoniou-consulting.com> | Thu Nov 22 01:13:47 2012 +0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Nov 26 16:16:35 2012 -0800 |
tree | 93581cfb0f56a23ce990650521bffbd9fb77e178 | |
parent | 277ed0d542778182c863c30bdbd2441dee3f964c [diff] |
w1-gpio: Simplify & get rid of defines 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 <panto@antoniou-consulting.com> Signed-off-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>