spu-kernel: spss_utils: Fix format string of error prints
This change fixes format string of error prints. Change-Id: I27c9b85de066881a5c59e0366789df4204eaa2a8 Signed-off-by: Nurit Lichtenstein <quic_nuritl@quicinc.com>
This commit is contained in:
@@ -543,7 +543,7 @@ static long spss_utils_ioctl(struct file *file,
|
||||
}
|
||||
|
||||
if (copy_from_user(data, (void __user *)arg, size)) {
|
||||
pr_err("copy_from_user() failed, cmd [0x%x]\n",
|
||||
pr_err("copy_from_user() failed, cmd [0x%x] size [0x%x]\n",
|
||||
cmd, size);
|
||||
return -EFAULT;
|
||||
}
|
||||
|
Viittaa uudesa ongelmassa
Block a user