projects
/
platform
/
adaptation
/
samsung_exynos
/
device-manager-plugin-exynos5433.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e29b56
)
Fix format string according clang warnings
sandbox/nmerinov/llvm
author
Nikolai Merinov
<n.merinov@samsung.com>
Tue, 5 Feb 2019 14:58:52 +0000
(17:58 +0300)
committer
Nikolai Merinov
<n.merinov@samsung.com>
Tue, 5 Feb 2019 14:58:52 +0000
(17:58 +0300)
hw/ir/ir.c
patch
|
blob
|
history
diff --git
a/hw/ir/ir.c
b/hw/ir/ir.c
index ec06a92e67fc13d505f927aa86eddd351e39c486..0672f2713c5140cb2b8f952cbeb2664ca55e1b4e 100644
(file)
--- a/
hw/ir/ir.c
+++ b/
hw/ir/ir.c
@@
-108,7
+108,7
@@
static int ir_transmit(int *frequency_pattern, int size)
close(fd);
return -errno;
} else if (n != len) {
- _E("Failed to write everything wrote %d instead", n);
+ _E("Failed to write everything wrote %
z
d instead", n);
close(fd);
return -EINTR;
}