diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c index 01be2334881..65166677b34 100644 --- a/sys/pci/if_wb.c +++ b/sys/pci/if_wb.c @@ -1746,8 +1746,6 @@ wb_ioctl(ifp, command, data) break; } - WB_UNLOCK(sc); - return(error); }