mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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: Archit Taneja <architt@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
parent
b3a94705a0
commit
710a651fdd
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user