projects
/
platform
/
adaptation
/
samsung_exynos
/
device-manager-plugin-artik.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d622c5c
)
memory: change return value when node is not supported
88/255088/1
accepted/tizen_unified
accepted/tizen/unified/20210316.151454
submit/tizen/20210315.042850
author
Yunmi Ha
<yunmi.ha@samsung.com>
Fri, 12 Mar 2021 02:37:18 +0000
(11:37 +0900)
committer
Yunmi Ha
<yunmi.ha@samsung.com>
Fri, 12 Mar 2021 02:37:18 +0000
(11:37 +0900)
Change-Id: I4f4c4acc1b19c9b74f211c96205b24c1ddda129e
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 0bfc995d6b30d85b112f689a2f2ab096dff3acc0..61138248906458d27c078ec3af0c44dbada8272f 100644
(file)
--- a/
hw/memory/memory.c
+++ b/
hw/memory/memory.c
@@
-25,12
+25,12
@@
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)
{
- return -E
INVAL
;
+ return -E
NODEV
;
}
static int memory_init(void **data)