device: Do not return error for unhandled devices
authordaniel.wagner@bmw-carit.de <daniel.wagner@bmw-carit.de>
Mon, 20 Jun 2011 17:17:08 +0000 (19:17 +0200)
committerDaniel Wagner <daniel.wagner@bmw-carit.de>
Tue, 21 Jun 2011 08:51:01 +0000 (10:51 +0200)
commit807ec513e73ab59b5066cf5ecb675b56cf9e59e3
tree8873ce120e6f98a3123fa05a0357b40f1d15223b
parentc8a9773d05c7874bf77196063bc6579f4880cad6
device: Do not return error for unhandled devices

If device_probe returns an error for a device where no
driver has been registered, the device will be destroyed.
This happens when for example the wpa_supplicant is
started after ConnMan. In this case we don't have any
wifi device registered at the core when wpa_supplicant starts.
src/device.c