]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/rtc/class.c: convert idr to ida and use ida_simple_get()
authorJonathan Cameron <jic23@cam.ac.uk>
Wed, 28 Sep 2011 00:50:52 +0000 (10:50 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 4 Oct 2011 07:41:57 +0000 (18:41 +1100)
commitbac892ba84407353e366da9e5e4e1f5c6b0483fa
treed0a3d19b236c2c267eda4a2301ab9b0f7c1b2918
parent0ead5a17feebb21db3690910afa2661992e77c04
drivers/rtc/class.c: convert idr to ida and use ida_simple_get()

This is the one use of an ida that doesn't retry on receiving -EAGAIN.
I'm assuming do so will cause no harm and may help on a rare occasion.

Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <>
drivers/rtc/class.c