Fix 3rd arg of config_search().

This commit is contained in:
toshii 2001-06-29 16:58:55 +00:00
parent 5df8e31135
commit f1e3122487
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sa11x0.c,v 1.11 2001/06/22 01:29:26 toshii Exp $ */
/* $NetBSD: sa11x0.c,v 1.12 2001/06/29 16:58:55 toshii Exp $ */
/*-
* Copyright (c) 2001, The NetBSD Foundation, Inc. All rights reserved.
@ -193,7 +193,7 @@ sa11x0_attach(parent, self, aux)
/*
* Attach each devices
*/
config_search(sa11x0_search, self, sa11x0_print);
config_search(sa11x0_search, self, NULL);
}
int