Commit aa966274 authored by Xiaofeng Cao's avatar Xiaofeng Cao Committed by Mauro Carvalho Chehab

media: Correct 'so'

In Kconfig it should be 'to'
In c8sectpfe-core.c it should be 'do'
Signed-off-by: default avatarXiaofeng Cao <cxfcosmos@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 2f65fcee
...@@ -134,7 +134,7 @@ config MEDIA_PLATFORM_SUPPORT ...@@ -134,7 +134,7 @@ config MEDIA_PLATFORM_SUPPORT
This is found on Embedded hardware (SoC), on V4L2 codecs and This is found on Embedded hardware (SoC), on V4L2 codecs and
on some GPU and newer CPU chipsets. on some GPU and newer CPU chipsets.
Say Y when you want to be able so see such devices. Say Y when you want to be able to see such devices.
config MEDIA_TEST_SUPPORT config MEDIA_TEST_SUPPORT
bool bool
......
...@@ -655,7 +655,7 @@ static irqreturn_t c8sectpfe_error_irq_handler(int irq, void *priv) ...@@ -655,7 +655,7 @@ static irqreturn_t c8sectpfe_error_irq_handler(int irq, void *priv)
/* /*
* TODO FIXME we should detect some error conditions here * TODO FIXME we should detect some error conditions here
* and ideally so something about them! * and ideally do something about them!
*/ */
return IRQ_HANDLED; return IRQ_HANDLED;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment