linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: platform: Use 'unsigned int' instead of just 'unsigned'.
@ 2022-09-01  1:24 Jilin Yuan
  0 siblings, 0 replies; only message in thread
From: Jilin Yuan @ 2022-09-01  1:24 UTC (permalink / raw)
  To: mchehab, s.nawrocki, krzysztof.kozlowski, alim.akhtar
  Cc: linux-media, linux-arm-kernel, linux-samsung-soc, linux-kernel,
	Jilin Yuan

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

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-01  1:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-01  1:24 [PATCH] media: platform: Use 'unsigned int' instead of just 'unsigned' Jilin Yuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).