Re: [PATCH] rtw88: Fix an error code in rtw_debugfs_set_rsvd_page()
From: Kalle Valo <hidden>
Date: 2021-03-15 08:08:58
Also in:
kernel-janitors
From: Kalle Valo <hidden>
Date: 2021-03-15 08:08:58
Also in:
kernel-janitors
Dan Carpenter [off-list ref] wrote:
The sscanf() function returns either 0 or 1 here. It doesn't return
error codes. We should return -EINVAL if the string is invalid.
Fixes: c376c1fc87b7 ("rtw88: add h2c command in debugfs")
Signed-off-by: Dan Carpenter <redacted>Why do you remove the num variable? I think the code is more readable with it. (Sorry, I'm not able to quote the code as I'm replying from patchwork script and it doesn't support that yet.) -- https://patchwork.kernel.org/project/linux-wireless/patch/YCwgb/4F4Y+tyE56@mwanda/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches