projects
/
platform
/
adaptation
/
tw3
/
device-manager-plugin-tw3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0767df
)
memory: change return value when node is not supported
83/255083/1
accepted/tizen_unified
tizen
accepted/tizen/unified/20210316.151446
submit/tizen/20210315.042850
author
Yunmi Ha
<yunmi.ha@samsung.com>
Fri, 12 Mar 2021 02:26:43 +0000
(11:26 +0900)
committer
Yunmi Ha
<yunmi.ha@samsung.com>
Fri, 12 Mar 2021 02:26:43 +0000
(11:26 +0900)
Change-Id: I83bf621952132df06ccd64a3e50bcba2000184b3
Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
hw/memory/memory.c
patch
|
blob
|
history
diff --git
a/hw/memory/memory.c
b/hw/memory/memory.c
index 1f2eb5db0c686deb7d5e917df6ed41a32e6a0ee6..129071ac63e1c311259e0227712025ddc349047b 100644
(file)
--- a/
hw/memory/memory.c
+++ b/
hw/memory/memory.c
@@
-28,7
+28,7
@@
static int memory_get_gpu_info(const int pid, struct gpu_info *info)
{
- return -E
INVAL
;
+ return -E
NODEV
;
}
static int memory_get_gem_info(const int pid, struct gem_info *info)