summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYunmi Ha <yunmi.ha@samsung.com>2021-03-12 11:22:44 +0900
committerYunmi Ha <yunmi.ha@samsung.com>2021-03-12 11:22:44 +0900
commita16b3331aca2d19b8fdf0b28631fb24b48914e87 (patch)
tree7ebf28814c9ff6036be0e8b40af61b768a8d71ea
parenta1c6ffae391b14d6368c4352ea2e066b79e048a9 (diff)
downloaddevice-manager-plugin-sc7730-accepted/tizen_unified.tar.gz
device-manager-plugin-sc7730-accepted/tizen_unified.tar.bz2
device-manager-plugin-sc7730-accepted/tizen_unified.zip
Change-Id: Ia8cdc4cfc2b6c87d88f2e33079c3ff4a33544c84 Signed-off-by: Yunmi Ha <yunmi.ha@samsung.com>
-rw-r--r--hw/memory/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/memory/memory.c b/hw/memory/memory.c
index 2defae7..bb84acb 100644
--- a/hw/memory/memory.c
+++ b/hw/memory/memory.c
@@ -30,7 +30,7 @@
static int memory_get_gpu_info(const int pid, struct gpu_info *info)
{
- return -EINVAL;
+ return -ENODEV;
}
static int memory_get_gem_info(const int pid, struct gem_info *info)