mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
ODROID-COMMON: efuse: fix to return error code
Change-Id: I6f21d63900a01829489bdb63665c0801ad0636c9 Signed-off-by: SeungChul Lee <john.lee@hardkernel.com>
This commit is contained in:
@@ -274,6 +274,7 @@ static long efuse_unlocked_ioctl(struct file *file, unsigned int cmd,
|
||||
if (ret < 0) {
|
||||
pr_err("%s:%d, Failed (%d)\n",
|
||||
__func__, __LINE__, ret);
|
||||
return ret;
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user