Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 710a651f authored by Archit Taneja's avatar Archit Taneja Committed by Rob Clark
Browse files

drm/msm/mdp5: cfg: Change count to unsigned int



Count can't be non-zero. Changing to uint will also prevent future
warnings.

Signed-off-by: default avatarArchit Taneja <architt@codeaurora.org>
Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
parent b3a94705
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ extern const struct mdp5_cfg_hw *mdp5_cfg;
typedef DECLARE_BITMAP(mdp5_smp_state_t, MAX_SMP_BLOCKS);

#define MDP5_SUB_BLOCK_DEFINITION \
	int count; \
	unsigned int count; \
	uint32_t base[MAX_BASES]

struct mdp5_sub_block {