]> 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>
Wed, 12 Oct 2011 06:32:27 +0000 (17:32 +1100)
commitf0dcf2711d3f06ae1cf00c493b38c88b8972b363
tree8c4243912433542f2b2d96f475bd2c261bf2756a
parentb372fe3694befe33f0c27d53cd3702ca4f1fbfac
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