qmi-proxy: removing assert when attempting to close ghost device
Device list is only updated in 'device_open_ready' callback when the new QMI device is fully opened. So the call to device_close_if_unused may lead to an assert if prior to 'device_open_ready' processing.
Fixes #76 (closed)
Replaces !302 (closed)