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 --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) { -- 2.46.2