media: omap3isp: Remove misleading comment
authorThomas Gleixner <tglx@linutronix.de>
Fri, 13 Nov 2020 14:28:31 +0000 (15:28 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 2 Dec 2020 14:55:12 +0000 (15:55 +0100)
commit7daaf0bc24ad81ec13b444a047cf4f66827ba96e
treef1d491816f933c1c308222501f111599e09745df
parentd0fbdcbe75950a4f93edcece34622888c4395133
media: omap3isp: Remove misleading comment

in_interrupt() covers hard and soft interrupt servicing and bottom half
disabled contexts, which is semantically undefined and useless.

The comment for __ccdc_lsc_configure() "Context: in_interrupt()" is
therefore as useful as "Context: unknown'. Remove it.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/omap3isp/ispccdc.c