From: builder@xxxxxxxxxxx Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/20210128112738.67242607@xxxxxxxx/ Build log: https://builder.linuxtv.org/job/patchwork/87749/ Build time: 00:00:00 Link: https://lore.kernel.org/linux-media/20210128112738.67242607@xxxxxxxx gpg: Signature made Thu 28 Jan 2021 10:07:28 AM UTC gpg: using RSA key F909AE68FC11DF09C1755C00085F3EBD8EE4E115 gpg: Good signature from "Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>" [ultimate] gpg: aka "Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>" [ultimate] gpg: aka "Mauro Carvalho Chehab <m.chehab@xxxxxxxxxxx>" [ultimate] gpg: aka "Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxx>" [ultimate] gpg: aka "Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxxx>" [ultimate] gpg: aka "Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx>" [ultimate] gpg: aka "[jpeg image of size 3594]" [ultimate] Build aborted due to a fatal error: FAILED: patch patch patches/0005-media-v4l-common-Fix-naming-of-v4l2_get_link_rate.patch doesn't apply: Applying patch patches/0005-media-v4l-common-Fix-naming-of-v4l2_get_link_rate.patch can't find file to patch at input line 23 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From 2984a99ff1c071c85dc09451c8adc859c22fbb96 Mon Sep 17 00:00:00 2001 |From: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> |Date: Thu, 17 Dec 2020 18:57:05 +0100 |Subject: media: v4l: common: Fix naming of v4l2_get_link_rate | |Rename v4l2_get_link_rate() as v4l2_get_link_freq(). What the function |returns is the frequency of the link; rename it to reflect the name of the |control where the information is obtained. | |Fixes: 1b888b3cebef ("media: v4l: Add a helper for obtaining the link frequency") |Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> |Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> |--- | drivers/media/pci/intel/ipu3/ipu3-cio2.c | 2 +- | drivers/media/v4l2-core/v4l2-common.c | 4 ++-- | include/media/v4l2-common.h | 4 ++-- | 3 files changed, 5 insertions(+), 5 deletions(-) | |diff --git a/drivers/media/pci/intel/ipu3/ipu3-cio2.c b/drivers/media/pci/intel/ipu3/ipu3-cio2.c |index 36e354ecf71e..6cada8a6e50c 100644 |--- a/drivers/media/pci/intel/ipu3/ipu3-cio2.c |+++ b/drivers/media/pci/intel/ipu3/ipu3-cio2.c -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored patching file drivers/media/v4l2-core/v4l2-common.c patching file include/media/v4l2-common.h Patch patches/0005-media-v4l-common-Fix-naming-of-v4l2_get_link_rate.patch does not apply (enforce with -f)