projects
/
platform
/
hal
/
backend
/
emulator
/
device-emulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cca182
)
memory: change return value when node is not supported
author
Yunmi Ha
<yunmi.ha@samsung.com>
Fri, 12 Mar 2021 02:30:47 +0000
(11:30 +0900)
committer
Yunmi Ha
<yunmi.ha@samsung.com>
Fri, 12 Mar 2021 02:30:47 +0000
(11:30 +0900)
Change-Id: I9522448ace6d46f80ffe4099314c133c41a1657d
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 908907a62c3f67b0efbf4d42e8615d1b4922bf78..c81704760fdda7d3b21ff69f49a99796f9692d9a 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)