diff options
| author | A.T. Jefferies <alextjefferies@gmail.com> | 2025-07-24 02:17:57 +0300 |
|---|---|---|
| committer | Hans Verkuil <hverkuil+cisco@kernel.org> | 2025-08-29 12:04:02 +0300 |
| commit | 00899135240c81b3cf8fbc2a4aee2e92234ee0c6 (patch) | |
| tree | 10179472cbdaea97fc01059ff80af66b21ad1417 /include/uapi | |
| parent | d5d12cc03e501c38925e544abe44d5bfe23dc930 (diff) | |
| download | linux-00899135240c81b3cf8fbc2a4aee2e92234ee0c6.tar.xz | |
staging: media: tegra-video: use BIT() macro instead of shift
Replace two instances of (1 << X) with BIT(X) in tegra20.c to follow
kernel coding style guidelines and improve clarity. The BIT() macro
also ensures proper type handling for larger shifts.
Signed-off-by: A.T. Jefferies <alextjefferies@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
Diffstat (limited to 'include/uapi')
0 files changed, 0 insertions, 0 deletions
