]> err.no Git - util-linux/commit
hwclock: do not access hardware clock when using --systz
authorScott James Remnant <scott@ubuntu.com>
Thu, 24 Sep 2009 18:59:33 +0000 (11:59 -0700)
committerKarel Zak <kzak@redhat.com>
Mon, 30 Nov 2009 15:23:17 +0000 (16:23 +0100)
commit0f371590b16cac7869705f92f15fbdba74e5c722
treefa90d5ae567e92ffae9c642d5c8ad5d56c700f07
parent7f1a50e85d9469e4b4a4e78532d51a85f625321c
hwclock: do not access hardware clock when using --systz

When using --systz we do not read from the hardware clock, so there
is no need to search for a hardware clock.  Indeed, we may be running
hwclock --systz before /dev is mounted.

Signed-off-by: Scott James Remnant <scott@ubuntu.com>
hwclock/hwclock.c