media: cx18: drop an unused macro
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 22 Nov 2021 08:32:02 +0000 (08:32 +0000)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 22 Nov 2021 08:32:02 +0000 (08:32 +0000)
commit1f1517fafda598839a02e39968c5063ddcfa51fc
tree82596311ffa2bf0f370ec0a423f1fb365e96f151
parent9543b4e3206621e1e45f7e3a5841359a3a53686d
media: cx18: drop an unused macro

The macro p_to_snd_cx18_card() is just a variant for container_of(),
not actually used inside the code. So, drop it.

This address a clang warning.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/pci/cx18/cx18-alsa-main.c