projects
/
platform
/
adaptation
/
RPI3
/
device-manager-plugin-RPI3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
301a575
)
memory: change return value when node is not supported
87/255087/1
accepted/tizen_unified
tizen
accepted/tizen/unified/20210316.151501
submit/tizen/20210315.042850
author
Yunmi Ha
<yunmi.ha@samsung.com>
Fri, 12 Mar 2021 02:36:06 +0000
(11:36 +0900)
committer
Yunmi Ha
<yunmi.ha@samsung.com>
Fri, 12 Mar 2021 02:36:06 +0000
(11:36 +0900)
Change-Id: Ifb5ed73626186e5d250fc5141217c44423100edd
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 ff9668e45b4cf6ff5f6c6be9a3d4ca02b385075b..90157abc290deee464f7495a3c9612952c399e3e 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)