-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not all fans are updated #2
Comments
Thanks for your report. |
Open
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In
nct6687_update_fans
you havefor (i = 0; i < ARRAY_SIZE(data->rpm); i++)
, but size ofdata->rpm
is always 3 (u16 rpm[3][NCT6687_NUM_REG_FAN];
).Also, maybe it's good idea to add debug print that is already there for temperature and voltage update functions to the fan update function as well?
The text was updated successfully, but these errors were encountered: