mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 05:32:00 +00:00
media: rkisp1: Convert hex constants to lowercase
Hex constants in the media subsystem are typically in lowercase. The rkisp1 driver mostly follows that convention already, except in the register definitions. Convert all hex constants to lowercase for consistency. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
c7e2621882
commit
cde4e5157a
@ -812,7 +812,7 @@ static void rkisp1_hst_config_v10(struct rkisp1_params *params,
|
||||
weight[2], weight[3]));
|
||||
|
||||
rkisp1_write(params->rkisp1, RKISP1_CIF_ISP_HIST_WEIGHT_44_V10,
|
||||
weight[0] & 0x1F);
|
||||
weight[0] & 0x1f);
|
||||
}
|
||||
|
||||
static void rkisp1_hst_config_v12(struct rkisp1_params *params,
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user