aboutsummaryrefslogtreecommitdiffstats
path: root/udev_sysfs.c
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-03-04 20:56:51 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:39:48 -0700
commit75bc9b086fe0f212e52da8425e4a4cb2d8f38090 (patch)
treedcc92e3ad519581615de76af7053a58444b72354 /udev_sysfs.c
parentb821330f0fce374902a1c8e32064196276006bca (diff)
downloadudev-75bc9b086fe0f212e52da8425e4a4cb2d8f38090.tar.gz
[PATCH] kill stupid gcc4 warning
Diffstat (limited to 'udev_sysfs.c')
-rw-r--r--udev_sysfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev_sysfs.c b/udev_sysfs.c
index 8813bd5c..fc7ee885 100644
--- a/udev_sysfs.c
+++ b/udev_sysfs.c
@@ -330,7 +330,7 @@ int wait_for_devices_device(struct sysfs_device *devices_dev,
{ .bus = "iucv", .file = "detach_state" },
{ NULL, NULL }
};
- const struct device_file *devicefile;
+ const struct device_file *devicefile = NULL;
int loop;
/* the kernel may tell us what to wait for */