diff mbox series

[BROKEN] BAD PATCH

Message ID 20241008075511.3295642-1-mchehab+huawei@kernel.org (mailing list archive)
State New
Headers show
Series [BROKEN] BAD PATCH | expand

Commit Message

Mauro Carvalho Chehab Oct. 8, 2024, 7:53 a.m. UTC
This patch is meant to crash compilation. Its only goal is to test media-ci
reply e-mail. Never apply this one!!!

Expected errors:
- missing SoB;
- Compilation failures
- C99 comments

---

 drivers/media/usb/em28xx/em28xx-core.c | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/drivers/media/usb/em28xx/em28xx-core.c b/drivers/media/usb/em28xx/em28xx-core.c
index 29a7f3f19b56..d4cd1a7037c4 100644
--- a/drivers/media/usb/em28xx/em28xx-core.c
+++ b/drivers/media/usb/em28xx/em28xx-core.c
@@ -1159,6 +1159,9 @@  int em28xx_resume_extension(struct em28xx *dev)
 {
 	const struct em28xx_ops *ops = NULL;
 
+	// HACK just to check the media-ci reports
+	foo()
+
 	dev_info(&dev->intf->dev, "Resuming extensions\n");
 	mutex_lock(&em28xx_devlist_mutex);
 	list_for_each_entry(ops, &em28xx_extension_devlist, next) {