[PATCH] media: platform: Use 'unsigned int' instead of just 'unsigned'.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



'unsigned int' should be clearer than 'unsigned'.

Signed-off-by: Jilin Yuan <yuanjilin@xxxxxxxxxx>
---
 drivers/media/platform/samsung/exynos4-is/fimc-is.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/samsung/exynos4-is/fimc-is.h b/drivers/media/platform/samsung/exynos4-is/fimc-is.h
index 06586e455b1d..89bb1bc15c81 100644
--- a/drivers/media/platform/samsung/exynos4-is/fimc-is.h
+++ b/drivers/media/platform/samsung/exynos4-is/fimc-is.h
@@ -292,7 +292,7 @@ struct fimc_is {
 	struct is_fd_result_header	fd_header;
 
 	struct chain_config		config[IS_SC_MAX];
-	unsigned			config_index;
+	unsigned int			config_index;
 
 	struct is_region		*is_p_region;
 	dma_addr_t			is_dma_p_region;
-- 
2.36.1




[Index of Archives]     [Linux SoC Development]     [Linux Rockchip Development]     [Linux for Synopsys ARC Processors]    
  • [Linux on Unisoc (RDA Micro) SoCs]     [Linux Actions SoC]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Linux SCSI]     [Yosemite News]

  •   Powered by Linux