ieee1394: nodemgr: take it easy if bus_rescan_devices fails
[deliverable/linux.git] / drivers / ieee1394 / nodemgr.c
index 801f606192361ea3deb56fa9b92c74d5d783f583..89a4bd4c842dd545c55a1f02c4b437816bac86bc 100644 (file)
@@ -1600,9 +1600,8 @@ static void nodemgr_node_probe(struct host_info *hi, int generation)
         * just removed.  */
 
        if (generation == get_hpsb_generation(host))
-               WARN_ON(bus_rescan_devices(&ieee1394_bus_type));
-
-       return;
+               if (bus_rescan_devices(&ieee1394_bus_type))
+                       HPSB_DEBUG("bus_rescan_devices had an error");
 }
 
 static int nodemgr_send_resume_packet(struct hpsb_host *host)
This page took 0.063049 seconds and 5 git commands to generate.