diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2018-10-25 17:00:39 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2018-10-25 17:00:39 +0000 |
| commit | 68742e0d2ef18dd78daafdb37dcf8184b601b3f0 (patch) | |
| tree | d93f013a582e618b668a58c81358100075ec74c3 /sys/dev/wb | |
| parent | 6cbca952c39f121a423f4470a108cb42be5d3977 (diff) | |
Notes
Diffstat (limited to 'sys/dev/wb')
| -rw-r--r-- | sys/dev/wb/if_wb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/wb/if_wb.c b/sys/dev/wb/if_wb.c index 5b09923b106c..7b2eaf855083 100644 --- a/sys/dev/wb/if_wb.c +++ b/sys/dev/wb/if_wb.c @@ -694,6 +694,8 @@ wb_attach(dev) goto fail; } + gone_by_fcp101_dev(dev); + fail: if (error) wb_detach(dev); |
