media: au0828: Consolidate dmesg output
authorThomas Gleixner <tglx@linutronix.de>
Tue, 13 Oct 2020 14:26:19 +0000 (16:26 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 16 Nov 2020 09:31:10 +0000 (10:31 +0100)
commit994388f228c66e7c8f7f4dd5e4c9d61d548b316c
tree52c906d62e88e3350c2749b8e243a171c8a9b3b3
parent9bb83e8fe252f15ad30430e80eb7f9da66cacbb9
media: au0828: Consolidate dmesg output

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

Convert it to au0828_isocdbg() as the other one in that function and for
completeness sake add one for the URB allocation as well.

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/au0828/au0828-video.c