Commit 00899135 authored by A.T. Jefferies's avatar A.T. Jefferies Committed by Hans Verkuil
Browse files

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: default avatarA.T. Jefferies <alextjefferies@gmail.com>
Signed-off-by: default avatarHans Verkuil <hverkuil+cisco@kernel.org>
parent d5d12cc0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment