rtc-dev: no need to convert file->private_data to rtc device
authorMark Zhan <rongkai.zhan@windriver.com>
Tue, 16 Oct 2007 08:28:17 +0000 (01:28 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 16 Oct 2007 16:43:13 +0000 (09:43 -0700)
commit88efe137394f58fb5893013e123e4bcf444fd44b
tree0db4b0a83b48101b52d597efb40d1a117ce1140e
parent97144c67566241db46633727f2860e6428373fe4
rtc-dev: no need to convert file->private_data to rtc device

In rtc-dev.c, when a rtc device is opened, file->private_data is already
attached with the rtc device pointer, so there is no need to call
to_rtc_device() to convert file->private_data to a rtc device pointer.

Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Mark Zhan <rongkai.zhan@windriver.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-dev.c