don't return (potential errno) + (potential errno), instead only perform
authormiod <miod@openbsd.org>
Fri, 6 Aug 2010 00:00:16 +0000 (00:00 +0000)
committermiod <miod@openbsd.org>
Fri, 6 Aug 2010 00:00:16 +0000 (00:00 +0000)
commit20cd04e4447b62ff5075f20f04bd279c94a0a7a8
tree402d6cd5860f983f8b553c8d55f71c8db278bb9b
parent16307276ce27d22ce9f03f45d53b7134071842e0
don't return (potential errno) + (potential errno), instead only perform
the second errno-capable function if the first one didn't fail.
ok deraadt@
sys/dev/pci/bktr/bktr_core.c