mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
revise rga code err
This commit is contained in:
@@ -956,6 +956,7 @@ static long rga_ioctl(struct file *file, uint32_t cmd, unsigned long arg)
|
||||
break;
|
||||
case RGA_GET_RESULT:
|
||||
ret = rga_get_result(session, arg);
|
||||
break;
|
||||
case RGA_GET_VERSION:
|
||||
ret = copy_to_user((void *)arg, RGA_VERSION, sizeof(RGA_VERSION));
|
||||
//ret = 0;
|
||||
|
||||
Reference in New Issue
Block a user