Index: uspace/drv/bus/isa/isa.c
===================================================================
--- uspace/drv/bus/isa/isa.c	(revision b19e892c22afbf67aa5988554dd3f003efeadc04)
+++ uspace/drv/bus/isa/isa.c	(revision 9c4cf0dece5b4450b06dbeff053298634d87e0ae)
@@ -298,5 +298,5 @@
 
 	if (opened)
-		close(fd);
+		vfs_put(fd);
 
 	return buf;
