]> 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>
Thu, 6 Oct 2011 06:00:10 +0000 (17:00 +1100)
commit04e38686947de6e787bc8b8a24da7eb92fe2030e
tree324e2e1559b8e4974bfff336f3e21d8e379a67b1
parent3f565988f5f35928cc30ef7bcacb3aec4f74a9b4
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