From owner-cvs-src@FreeBSD.ORG Fri May 12 22:43:07 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D92BE16A45C; Fri, 12 May 2006 22:43:07 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9298243D48; Fri, 12 May 2006 22:43:07 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4CMh7R1001041; Fri, 12 May 2006 22:43:07 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4CMh7KQ001040; Fri, 12 May 2006 22:43:07 GMT (envelope-from keramida) Message-Id: <200605122243.k4CMh7KQ001040@repoman.freebsd.org> From: Giorgos Keramidas Date: Fri, 12 May 2006 22:43:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/syscons syscons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 May 2006 22:43:08 -0000 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