diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-04-20 16:23:22 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2009-04-20 16:24:36 +0300 |
commit | b03c80c7d84e14ab1a28311db4bc7eb08948c569 (patch) | |
tree | dbb7788255c1686bb10c92a9c0bc050540ad8530 /ubi-utils/src/ubirmvol.c | |
parent | 0c2ff6f5a5d6cd1449c4f77240fc9e27e4782307 (diff) |
ubi-utils: rename ubi_node_type
Re-name the 'ubi_node_type()' function to a more meaningful name:
'ubi_probe_node()'.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/src/ubirmvol.c')
-rw-r--r-- | ubi-utils/src/ubirmvol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubi-utils/src/ubirmvol.c b/ubi-utils/src/ubirmvol.c index a4cf1df..edb1b79 100644 --- a/ubi-utils/src/ubirmvol.c +++ b/ubi-utils/src/ubirmvol.c @@ -184,7 +184,7 @@ int main(int argc, char * const argv[]) if (libubi == NULL) return sys_errmsg("cannot open libubi"); - err = ubi_node_type(libubi, args.node); + err = ubi_probe_node(libubi, args.node); if (err == 2) { errmsg("\"%s\" is an UBI volume node, not an UBI device node", args.node); |