[PATCH v2] staging: media: remove duplicates

coolrrsh@gmail.com posted 1 patch 1 year, 10 months ago
drivers/staging/media/imx/Kconfig | 1 -
1 file changed, 1 deletion(-)
[PATCH v2] staging: media: remove duplicates
Posted by coolrrsh@gmail.com 1 year, 10 months ago
From: Rajeshwar R Shinde <coolrrsh@gmail.com>

The kernel configuration VIDEO_DEV is defined twice in Kconfig.
Thus, the redundant code is removed.

Signed-off-by: Rajeshwar R Shinde <coolrrsh@gmail.com>

---
v1->v2
modified the subject and commit message

---
 drivers/staging/media/imx/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/media/imx/Kconfig b/drivers/staging/media/imx/Kconfig
index 21fd79515042..772f49b1fe52 100644
--- a/drivers/staging/media/imx/Kconfig
+++ b/drivers/staging/media/imx/Kconfig
@@ -4,7 +4,6 @@ config VIDEO_IMX_MEDIA
 	depends on ARCH_MXC || COMPILE_TEST
 	depends on HAS_DMA
 	depends on VIDEO_DEV
-	depends on VIDEO_DEV
 	select MEDIA_CONTROLLER
 	select V4L2_FWNODE
 	select V4L2_MEM2MEM_DEV
-- 
2.25.1
Re: [PATCH v2] staging: media: remove duplicates
Posted by Dan Carpenter 1 year, 10 months ago
On Mon, Mar 25, 2024 at 09:04:27AM +0530, coolrrsh@gmail.com wrote:
> From: Rajeshwar R Shinde <coolrrsh@gmail.com>
> 
> The kernel configuration VIDEO_DEV is defined twice in Kconfig.
> Thus, the redundant code is removed.
> 
> Signed-off-by: Rajeshwar R Shinde <coolrrsh@gmail.com>
> 
> ---
> v1->v2
> modified the subject and commit message
           ^^^^^^^^^^^
You forgot to modify the subject.

regards,
dan carpenter