]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] hpet: fix uninitialized variable in hpet_register()
authorClemens Ladisch <clemens@ladisch.de>
Sun, 30 Oct 2005 23:03:39 +0000 (15:03 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Oct 2005 01:37:30 +0000 (17:37 -0800)
commit7522e4ecdfdf86b9816f06d55766a6f88baa0348
tree16a0260bd1e8ec2c848a85a50d7582a7dfec7a2f
parentaf95eade68da4dfa29c5b64d79cffc9709facf00
[PATCH] hpet: fix uninitialized variable in hpet_register()

Clear the ht_opaque field in the hpet_register() function before searching for
a free timer to prevent the function from incorrectly assuming that the search
succeeded afterwards.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Cc: Bob Picco <bob.picco@hp.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/hpet.c