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:
SeungChul Lee
2019-01-14 15:27:32 +09:00
parent 40b1c51500
commit 391807b94e

View File

@@ -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