]> 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, 28 Sep 2011 00:51:05 +0000 (10:51 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 30 Sep 2011 04:53:49 +0000 (14:53 +1000)
commitb2a8bd3cebac2e3b48fa0173c9563515ffc1e45c
tree86bf3e97c3651076096aa824010eb62fc43d2a41
parentfc7e8cacd7ef46d1cfc368c68cc828d203bdeb98
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 <>
drivers/w1/slaves/w1_ds2760.c
drivers/w1/slaves/w1_ds2780.c