aux/vga/pci.c: remove useless check

This commit is contained in:
cinap_lenrek 2011-05-23 19:30:17 +00:00
parent bbbfbe3dc4
commit 1fdee02884

View file

@ -23,8 +23,6 @@ pcicfginit(void)
return;
n = dirreadall(fd, &d);
close(fd);
if(n < 0)
return;
for(i=0; i<n; i++) {
if(strstr(d[i].name, "ctl") == nil)