]> err.no Git - linux-2.6/blobdiff - drivers/md/dm-table.c
dm crypt: tidy crypt_endio
[linux-2.6] / drivers / md / dm-table.c
index 444a4fb64328cd78ec12cad69b533857a9e166b2..f16062982383b71b6b74fea80972e8d93047a02a 100644 (file)
@@ -475,7 +475,7 @@ static int __table_get_device(struct dm_table *t, struct dm_target *ti,
                              int mode, struct dm_dev **result)
 {
        int r;
-       dev_t dev;
+       dev_t uninitialized_var(dev);
        struct dm_dev *dd;
        unsigned int major, minor;