Removed bogus assertion - DEVICE_TYPE_WILDCARD is NULL

This commit is contained in:
Nathan Woods 2008-05-04 23:09:07 +00:00
parent fae89f0d4c
commit c75d63a569

View File

@ -243,7 +243,6 @@ const device_config *device_list_find_by_tag(const device_config *listhead, devi
{
const device_config *curdev;
assert(type != NULL);
assert(tag != NULL);
/* find the device in the list */