OSDN Git Service

media: staging: media: zoran: move module parameter checks to zoran_probe
authorCorentin Labbe <clabbe@baylibre.com>
Tue, 14 Dec 2021 16:16:19 +0000 (17:16 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sun, 23 Jan 2022 20:18:38 +0000 (21:18 +0100)
commit4d4389f64c5f32358f4b58e9e392ca10f14935aa
treeeb00ba986bdffe31c7989ff6f1194f458223aa71
parente783362eb54cd99b2cac8b3a9aeac942e6f6ac07
media: staging: media: zoran: move module parameter checks to zoran_probe

We need to empty zoran_init() for removing it later.
Furthermore, this permit to use pci_xxx instead of pr_xxx for prettier
printing.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/staging/media/zoran/zoran_card.c