]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[S390] fix initialization of stp
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 10 Oct 2008 19:33:29 +0000 (21:33 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 10 Oct 2008 19:34:02 +0000 (21:34 +0200)
commit4a672cfa3a7fcbc6f2adc558f34148be1096c561
tree3dc1670c69fe2e6692513eafb27dbe8fa0306c22
parent408aec3c6c3cb5b4774f96ea7a35cd15ee91a56f
[S390] fix initialization of stp

chsc_sstpc returns -EIO on error and 0 on success but stp_reset checks
against 1 instead of 0. chsc_sstpc used to return 1 on success, one
call location has not been updated ..

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/time.c