Index: uspace/drv/bus/isa/isa.c
===================================================================
--- uspace/drv/bus/isa/isa.c	(revision bf9cb2ff74be98b6ea519f4cd121a9fe9ff54ebc)
+++ uspace/drv/bus/isa/isa.c	(revision 9787a93b5bdb5688a7ea5fdacbcb990dd34f634a)
@@ -355,5 +355,5 @@
 
 	/* Get the name part of the rest of the line. */
-	strtok(line, ":");
+	str_tok(line, ":", NULL);
 	return line;
 }
