diff options
author | Yiming Qian <qianym1996@gmail.com> | 2025-09-09 14:01:29 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-09-12 15:54:01 +0200 |
commit | 02accdf0ca0242e040f14bbe96d9e9f29f8c95f5 (patch) | |
tree | 6c5e40eb8a47211f5333b4c3243f720f9410f1d1 /rust/helpers/helpers.c | |
parent | 6f19c1ef7f95fb432ba2b36d4634870d55e658ce (diff) |
staging: sm750fb: remove unnecessary volatile qualifiers
The use of 'volatile' for memory-mapped I/O pointers is discouraged
in the Linux kernel as per
Documentation/process/volatile-considered-harmful.rst.
This patch removes the unnecessary 'volatile' qualifiers from the
lynx_accel struct members, improving code quality and maintainability.
Signed-off-by: Yiming Qian <qianym1996@gmail.com>
Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://lore.kernel.org/r/20250909060130.12919-2-qianym1996@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'rust/helpers/helpers.c')
0 files changed, 0 insertions, 0 deletions