diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2005-03-04 20:56:51 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:39:48 -0700 |
commit | 75bc9b086fe0f212e52da8425e4a4cb2d8f38090 (patch) | |
tree | dcc92e3ad519581615de76af7053a58444b72354 /udev_sysfs.c | |
parent | b821330f0fce374902a1c8e32064196276006bca (diff) |
[PATCH] kill stupid gcc4 warning
Diffstat (limited to 'udev_sysfs.c')
-rw-r--r-- | udev_sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev_sysfs.c b/udev_sysfs.c index 8813bd5c47..fc7ee885b0 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 */ |