From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [RFC PATCH] drm/bridge: anx7625: anx7625_audio_hw_params() can be static
Date: Fri, 19 Mar 2021 12:52:40 +0800 [thread overview]
Message-ID: <20210319045240.GA28748@1fd724764317> (raw)
In-Reply-To: <0ee28b74edfaeb5b8047bade7c97988d6133b81b.1616071250.git.xji@analogixsemi.com>
[-- Attachment #1: Type: text/plain, Size: 947 bytes --]
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
anx7625.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/bridge/analogix/anx7625.c b/drivers/gpu/drm/bridge/analogix/anx7625.c
index f4653f2b58ad4..38bb8a9db216a 100644
--- a/drivers/gpu/drm/bridge/analogix/anx7625.c
+++ b/drivers/gpu/drm/bridge/analogix/anx7625.c
@@ -1585,9 +1585,9 @@ static enum drm_connector_status anx7625_sink_detect(struct anx7625_data *ctx)
connector_status_disconnected;
}
-int anx7625_audio_hw_params(struct device *dev, void *data,
- struct hdmi_codec_daifmt *fmt,
- struct hdmi_codec_params *params)
+static int anx7625_audio_hw_params(struct device *dev, void *data,
+ struct hdmi_codec_daifmt *fmt,
+ struct hdmi_codec_params *params)
{
struct anx7625_data *ctx = dev_get_drvdata(dev);
int wl, ch, rate;
next prev parent reply other threads:[~2021-03-19 4:52 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-19 2:34 [PATCH v5 0/5] Add MIPI rx DPI support Xin Ji
2021-03-19 2:34 ` Xin Ji
2021-03-19 2:36 ` [PATCH v5 1/5] dt-bindings:drm/bridge:anx7625:add vendor define flags Xin Ji
2021-03-19 2:36 ` Xin Ji
2021-03-19 2:37 ` [PATCH v5 2/5] drm/bridge: anx7625: fix not correct return value Xin Ji
2021-03-19 2:37 ` Xin Ji
2021-03-19 2:37 ` [PATCH v5 3/5] drm/bridge: anx7625: add MIPI DPI input feature support Xin Ji
2021-03-19 2:37 ` Xin Ji
2021-03-19 4:44 ` kernel test robot
2021-03-19 2:38 ` [PATCH v5 4/5] drm/bridge: anx7625: add HDCP support Xin Ji
2021-03-19 2:38 ` Xin Ji
2021-03-19 2:39 ` [PATCH v5 5/5] drm/bridge: anx7625: add HDMI audio function Xin Ji
2021-03-19 2:39 ` Xin Ji
2021-03-19 4:09 ` kernel test robot
2021-03-19 4:52 ` kernel test robot
2021-03-19 4:52 ` kernel test robot [this message]
2021-03-19 5:34 ` kernel test robot
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=20210319045240.GA28748@1fd724764317 \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.