pnfs: release lseg in pnfs_generic_pg_cleanup
[cascardo/linux.git] / drivers / w1 / w1.c
index 592f7ed..181f41c 100644 (file)
@@ -727,7 +727,7 @@ int w1_attach_slave_device(struct w1_master *dev, struct w1_reg_num *rn)
 
        /* slave modules need to be loaded in a context with unlocked mutex */
        mutex_unlock(&dev->mutex);
-       request_module("w1-family-0x%0x", rn->family);
+       request_module("w1-family-0x%02x", rn->family);
        mutex_lock(&dev->mutex);
 
        spin_lock(&w1_flock);