Date: Tue, 2 May 2006 23:27:15 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/isa isa.c Message-ID: <200605022327.k42NRFm0082449@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2006-05-02 23:27:15 UTC
FreeBSD src repository
Modified files:
sys/alpha/isa isa.c
Log:
Fix previous commit: the resource returned by rman_reserve_resource()
can be NULL. Make sure to only call rman_set_rid() when the resource
is not NULL. While here, improve readability and style.
Revision Changes Path
1.40 +8 -10 src/sys/alpha/isa/isa.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605022327.k42NRFm0082449>
