]> git.kernelconcepts.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, 13 Oct 2011 06:50:01 +0000 (17:50 +1100)
commit4dc13dee4fa0c88371e0186f1d2a56202ef7e842
tree7baa27ef8f2dd09e12c3d6bd150fa815a3fb77eb
parent60761a343bb7eacca0f0b2bc7e1bb22af5243339
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