-
- Downloads
drivers/adxk345: include copy of params in dev struct
This follows the usual convention of having the whole params in the device struct instead of a pointer-to. This also eliminates the need to cast a const to a non-const pointer in the init function.
Please register or sign in to comment