]> 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>
Mon, 24 Oct 2011 15:00:14 +0000 (02:00 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 25 Oct 2011 09:08:22 +0000 (20:08 +1100)
commit11c84a153b62432efd44aacedf46c919d0e7f980
treee3d372a6ff703f2c93046251ab2b62bd92e31267
parenta01d1ebcff229557d8b94d18c21ff3361918d4d3
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