On Sat, 5 Feb 2022 at 10:20, Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote: > > There is no such struct as "asus_ec_sensors", it was supposed to be > "ec_sensors_data". This typo does not affect either build or runtime. Thank you for the fix! Perhaps you could also replace the sizeof argument below with *state to make the compiler check the declaration type? Eugene