chiark / gitweb /
Fix udevinfo for empty sysfs directories
authorGreg KH <gregkh@suse.de>
Mon, 6 Jun 2005 20:46:19 +0000 (13:46 -0700)
committerGreg KH <greg@press.(none)>
Mon, 6 Jun 2005 20:46:19 +0000 (13:46 -0700)
commite2bd03ff63789e0ffcc1955f15d9927f3ce87465
tree137cf86f82bc77cf404675f6aa94decc3ac1c0fc
parent5e65ab9a191268fec7cddf6b7d8c0fefd2a6b920
Fix udevinfo for empty sysfs directories

udevinfo would die if it ran into a sysfs directory with no attributes.
This is valid for a lot of scsi devices, so now we just continue on
up the chain.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
udevinfo.c