]> 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, 5 Oct 2011 00:43:43 +0000 (11:43 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 6 Oct 2011 06:00:02 +0000 (17:00 +1100)
commit1970ff02ba715b438fdd0f9a08f7249ea6e2ae91
tree0683e0249c598cd5fe88fe6883a93fe82c28ca2f
parent497f9e4c460674c631ed921a77dc9735e9881987
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