From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Jenkins Date: Thu, 21 May 2009 13:53:27 +0000 Subject: udevd.c: tiny bit of dead code Message-Id: <4A155CD7.5000909@tuffmail.co.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org There's an empty if statement here. I don't think it's a bug, it's just sitting there looking funny :-). /* lookup event for identical, parent, child device */ static int devpath_busy(struct udev_event *event) { struct udev_list_node *loop; if (event->delaying_seqnum > 0) { } /* check if queue contains events we depend on */ udev_list_node_foreach(loop, &event_list) {