* unintelligible error fatal: empty ident name (for <>) not allowed
@ 2024-03-10 15:15 Michal Suchánek
2024-03-10 16:03 ` Torsten Bögershausen
0 siblings, 1 reply; 3+ messages in thread
From: Michal Suchánek @ 2024-03-10 15:15 UTC (permalink / raw)
To: git
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?
I cannot, at all.
Already applied 70 other patches so it's not git configuration.
Thanks
Michal
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: unintelligible error fatal: empty ident name (for <>) not allowed
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
0 siblings, 1 reply; 3+ messages in thread
From: Torsten Bögershausen @ 2024-03-10 16:03 UTC (permalink / raw)
To: Michal Suchánek; +Cc: git
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 ?
Or more details ?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: unintelligible error fatal: empty ident name (for <>) not allowed
2024-03-10 16:03 ` Torsten Bögershausen
@ 2024-03-10 16:42 ` Michal Suchánek
0 siblings, 0 replies; 3+ messages in thread
From: Michal Suchánek @ 2024-03-10 16:42 UTC (permalink / raw)
To: Torsten Bögershausen; +Cc: git
[-- 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;
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-10 16:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox