commit | 3e5428177c74df7f3b8c59b2f27f46b82b077e94 | [log] [tgz] |
---|---|---|
author | Jonathan Cameron <jic23@cam.ac.uk> | Wed Nov 02 13:39:43 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Nov 02 16:07:02 2011 -0700 |
tree | 6f4ef832968fee3173f5cb6c2c0540981e8ced29 | |
parent | 79bc57463be2ad5020a53accbf26898e8ac04550 [diff] |
w1: ds2760 and ds2780, use ida for id and ida_simple_get() to get it Straightforward. As an aside, the ida_init calls are not needed as far as I can see needed. (DEFINE_IDA does the same already). Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Cc: Evgeniy Polyakov <zbr@ioremap.net> Acked-by: Clifton Barnes <cabarnes@indesign-llc.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>