]> git.karo-electronics.de Git - karo-tx-linux.git/commit
w1: ds2760 and ds2780, use ida for id and ida_simple_get() to get it
authorJonathan Cameron <jic23@cam.ac.uk>
Wed, 5 Oct 2011 00:44:00 +0000 (11:44 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 12 Oct 2011 06:32:41 +0000 (17:32 +1100)
commit458ff03a8cb773d7c965b6d6101e8f97bd0a60f4
treea2b09d48e4edc33ed13af65c88dfba844371997c
parent25a150ec0a3360abd66753d7dc1b99485d3bcd4b
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>
drivers/w1/slaves/w1_ds2760.c
drivers/w1/slaves/w1_ds2780.c