media: cx231xx: Consolidate dmesg output
authorThomas Gleixner <tglx@linutronix.de>
Wed, 14 Oct 2020 15:38:04 +0000 (17:38 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 16 Nov 2020 09:31:10 +0000 (10:31 +0100)
commit8b77d1f99e6403a457c2482a88539726276ec01a
treeddf38405686ec533b78039b3d8af2aa70fb82bd8
parent994388f228c66e7c8f7f4dd5e4c9d61d548b316c
media: cx231xx: Consolidate dmesg output

The memory allocations in cx231xx_init_*() happen all in task context with
GFP_KERNEL. Therefore a dev_err() trying to deduce whether this is called
from task or interrupt context is pretty useless.

Remove these historical leftovers.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/usb/cx231xx/cx231xx-core.c
drivers/media/usb/cx231xx/cx231xx-vbi.c