diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-12-23 22:56:49 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-12-23 22:59:19 +0200 |
commit | 945f33f51ecc20b08ad2b74e9c881b118e9b5f7b (patch) | |
tree | a56bac350ac096f9cd6108f4b2033382446f9113 /ubi-utils/src/libubi.c | |
parent | a683490ad913de1403f49fe10a901b3bc8883f00 (diff) |
ubi-utils: few mor fixes and cleanups
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/src/libubi.c')
-rw-r--r-- | ubi-utils/src/libubi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ubi-utils/src/libubi.c b/ubi-utils/src/libubi.c index 9aa7847..32d988e 100644 --- a/ubi-utils/src/libubi.c +++ b/ubi-utils/src/libubi.c @@ -691,7 +691,6 @@ int ubi_node_type(libubi_t desc, const char *node) return -1; if (!S_ISCHR(st.st_mode)) { - errmsg("\"%s\" is not a character device", node); errno = EINVAL; return -1; } |