]> err.no Git - linux-2.6/blobdiff - drivers/md/dm-table.c
PCI: replace remaining __FUNCTION__ occurrences
[linux-2.6] / drivers / md / dm-table.c
index b611a3c61504eaead7adda1db2bee33f83005085..e75b1437b58b67ad8ecac097d6b3c50e9bf0b2ba 100644 (file)
@@ -375,7 +375,7 @@ static int lookup_device(const char *path, dev_t *dev)
        *dev = inode->i_rdev;
 
  out:
-       path_release(&nd);
+       path_put(&nd.path);
        return r;
 }