cvs commit: src/sys/dev/syscons syscons.c

[ Available lists | Index of cvs-src | Month of May 2006 | Week of 12 May 2006 | Raw email | View thread | Wrap long lines | Reply ]
From
Giorgos Keramidas <keramida@FreeBSD.org>
Date
12 May 2006 22:43:07
Subject
cvs commit: src/sys/dev/syscons syscons.c
Message-ID
200605122243.k4CMh7KQ001040@repoman.freebsd.org


[ Hide this part ]
keramida    2006-05-12 22:43:07 UTC

FreeBSD src repository (doc committer)

Modified files:
sys/dev/syscons syscons.c
Log:
Check the return code of sc_clean_up() in the only place where it
was not checked at all. There is only one case when sc_clean_up()
can fail, because of wait_scrn_saver_stop(), but it doesn't hurt
to check anyway.

Reviewed by: rodrigc
Found by: Coverity Prevent

Revision Changes Path
1.443 +3 -1 src/sys/dev/syscons/syscons.c


Elapsed time: 0.056 seconds