]> 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>
Fri, 30 Sep 2011 04:53:43 +0000 (14:53 +1000)
commit5843d841b3fd2fbfab8cd9f794c4cb53ba2be4c0
treee86fde45e3904cc32deb84121c8defa2421a7cee
parent9eaf6bcb80b9a6a157448fac9d27b25e233c2399
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