All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION
@ 2017-11-20  6:26 ` Jesse Chan
  0 siblings, 0 replies; 18+ messages in thread
From: Jesse Chan @ 2017-11-20  6:26 UTC (permalink / raw)
  Cc: Jesse Chan, Tiffany Lin, Andrew-CT Chen, Mauro Carvalho Chehab,
	Matthias Brugger, linux-media, linux-arm-kernel, linux-mediatek,
	linux-kernel

Signed-off-by: Jesse Chan <jc@linux.com>
---
 drivers/media/platform/mtk-vcodec/mtk_vcodec_intr.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/media/platform/mtk-vcodec/mtk_vcodec_intr.c b/drivers/media/platform/mtk-vcodec/mtk_vcodec_intr.c
index 113b2097f061..d8212d759067 100644
--- a/drivers/media/platform/mtk-vcodec/mtk_vcodec_intr.c
+++ b/drivers/media/platform/mtk-vcodec/mtk_vcodec_intr.c
@@ -51,3 +51,6 @@ int mtk_vcodec_wait_for_done_ctx(struct mtk_vcodec_ctx  *ctx, int command,
 	return status;
 }
 EXPORT_SYMBOL(mtk_vcodec_wait_for_done_ctx);
+
+MODULE_LICENSE("GPL v2");
+MODULE_DESCRIPTION("Mediatek video codec driver");
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2017-11-22  7:52 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-20  6:26 [PATCH] media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION Jesse Chan
2017-11-20  6:26 ` Jesse Chan
2017-11-20  6:26 ` Jesse Chan
2017-11-20  6:26 ` Jesse Chan
2017-11-20  6:39 ` [PATCH v2] " Jesse Chan
2017-11-20  6:39   ` Jesse Chan
2017-11-20  6:39   ` Jesse Chan
2017-11-20  6:39   ` Jesse Chan
2017-11-20  7:47   ` [PATCH v3] " Jesse Chan
2017-11-20  7:47     ` Jesse Chan
2017-11-20  7:47     ` Jesse Chan
2017-11-20  7:47     ` Jesse Chan
2017-11-22  7:41 ` [PATCH] " kbuild test robot
2017-11-22  7:41   ` kbuild test robot
2017-11-22  7:41   ` kbuild test robot
     [not found]   ` <201711221521.lmq1l8ci%fengguang.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-11-22  7:51     ` Randy Dunlap
2017-11-22  7:51       ` Randy Dunlap
2017-11-22  7:51       ` Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.