[PATCH 8/8] iio: pressure: mprls0025pa: use aligned_s64 for timestamp
Nuno Sá
noname.nuno at gmail.com
Fri Apr 18 02:00:05 PDT 2025
On Thu, 2025-04-17 at 11:52 -0500, David Lechner wrote:
> Follow the pattern of other drivers and use aligned_s64 for the
> timestamp. This will ensure the struct itself it also 8-byte aligned.
>
> Signed-off-by: David Lechner <dlechner at baylibre.com>
> ---
ditto
Reviewed-by: Nuno Sá <nuno.sa at analog.com>
> drivers/iio/pressure/mprls0025pa.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/pressure/mprls0025pa.h
> b/drivers/iio/pressure/mprls0025pa.h
> index
> 9d5c30afa9d69a6a606662aa7906a76347329cef..9fe9eb35e79d992b2a576e5d0af71113c6c47400
> 100644
> --- a/drivers/iio/pressure/mprls0025pa.h
> +++ b/drivers/iio/pressure/mprls0025pa.h
> @@ -41,7 +41,7 @@ struct mpr_ops;
> */
> struct mpr_chan {
> s32 pres;
> - s64 ts;
> + aligned_s64 ts;
> };
>
> enum mpr_func_id {
>
More information about the Linux-mediatek
mailing list