Li Qiang <liq...@163.com> writes: > Currently the dc390 device has no unrealize function. This > can cause memory leak when hotplug/unplug device. Also more > serious, it will trigger an assert when rehotplug. [...]
When a hot-pluggable device doesn't have an ->unrealize() method, unplug is probably broken. I think we should track down such devices for review. Any takers?