From: Jonathan Cameron Date: Wed, 2 Nov 2011 20:37:49 +0000 (-0700) Subject: drivers/rtc/class.c: convert idr to ida and use ida_simple_get() X-Git-Tag: v3.2-rc1~82^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d03d06db8881f4f9da87d5c77234b98c40a30e9;p=pandora-kernel.git 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 Cc: Alessandro Zummo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed