]> git.kernelconcepts.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, 5 Oct 2011 00:43:43 +0000 (11:43 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 13 Oct 2011 06:49:54 +0000 (17:49 +1100)
commit6eb7a80a2c0780a8bfac31f74766bfeac43071c2
tree61c9e7132c16745b56741058bdf9094a3b19be4b
parent2568923c43c7eb8a4b1bb9d50c34daca54f1200c
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 <akpm@linux-foundation.org>
drivers/rtc/class.c