From: "Michal Suchánek" <msuchanek@suse.de>
To: "Torsten Bögershausen" <tboegi@web.de>
Cc: git@vger.kernel.org
Subject: Re: unintelligible error fatal: empty ident name (for <>) not allowed
Date: Sun, 10 Mar 2024 17:42:34 +0100 [thread overview]
Message-ID: <20240310164234.GG23839@kitsune.suse.cz> (raw)
In-Reply-To: <20240310160338.GA7953@tb-raspi4>
[-- Attachment #1: Type: text/plain, Size: 880 bytes --]
On Sun, Mar 10, 2024 at 05:03:38PM +0100, Torsten Bögershausen wrote:
> On Sun, Mar 10, 2024 at 04:15:33PM +0100, Michal Suchánek wrote:
> > git version 2.44.0
> >
> > git am -3
> > ../linux-6.8~rc1/debian/patches/rk3588/dw-hdmi-rockchip-avoid-tmds-spam.patch
> > Applying: dw-hdmi-rockchip: avoid spamming 'use tmds mode' in dmesg
> > fatal: empty ident name (for <>) not allowed
> >
> >
> > What's wrong with that patch, specifically?
> >
> > Can you tell?
>
> The message seems to come from ident.c
>
> Is there any chance to get a copy of that very file ?
Sure, I can get a file that reproduces the problem.
> Or more details ?
I would like to know more details as well.
When gcc gives an error it tells me exactly on what line and what
character the error is, giving the errorneous text in question.
Here I have absolutely no idea what the problem is.
Thanks
Michal
[-- Attachment #2: dw-hdmi-rockchip-avoid-tmds-spam.patch --]
[-- Type: text/x-patch, Size: 802 bytes --]
From f3b68d2a91d3f443a8b86173c9cac01897075b84
Author: Lukas F. Hartmann <lukas@mntre.com>
Date: Tue Mar 5 21:07:08 2024 +0100
Subject: dw-hdmi-rockchip: avoid spamming 'use tmds mode' in dmesg
diff --git a/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c b/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c
index dd154855a38a..b10a70870a10 100644
--- a/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c
+++ b/drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c
@@ -737,7 +737,7 @@ static void hdmi_select_link_config(struct rockchip_hdmi *hdmi,
hdmi->link_cfg.rate_per_lane = max_rate_per_lane;
if (!max_frl_rate || (tmdsclk < HDMI20_MAX_RATE && mode.clock < HDMI20_MAX_RATE)) {
- dev_info(hdmi->dev, "use tmds mode\n");
+ //dev_info(hdmi->dev, "use tmds mode\n");
hdmi->link_cfg.frl_mode = false;
return;
}
prev parent reply other threads:[~2024-03-10 16:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-10 15:15 unintelligible error fatal: empty ident name (for <>) not allowed Michal Suchánek
2024-03-10 16:03 ` Torsten Bögershausen
2024-03-10 16:42 ` Michal Suchánek [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240310164234.GG23839@kitsune.suse.cz \
--to=msuchanek@suse.de \
--cc=git@vger.kernel.org \
--cc=tboegi@web.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox