From: Linus Walleij <linus.walleij@linaro.org>
To: kernel test robot <lkp@intel.com>
Cc: Chris Morgan <macroalpha82@gmail.com>,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
Chris Morgan <macromorgan@hotmail.com>,
tzimmermann@suse.de, linux-rockchip@lists.infradead.org,
robh+dt@kernel.org, thierry.reding@gmail.com,
krzysztof.kozlowski+dt@linaro.org, oe-kbuild-all@lists.linux.dev,
sam@ravnborg.org, maccraft123mc@gmail.com
Subject: Re: [PATCH v8 1/4] drm: of: Add drm_of_get_dsi_bus helper function
Date: Mon, 16 Jan 2023 13:35:13 +0100 [thread overview]
Message-ID: <CACRpkdbvsFDDRt1otJcZ-mPdSBecL0cwDSW92YeBGmmyLXee0A@mail.gmail.com> (raw)
In-Reply-To: <202301111039.dxBiLene-lkp@intel.com>
On Wed, Jan 11, 2023 at 4:01 AM kernel test robot <lkp@intel.com> wrote:
> 126 static inline int
> 127 drm_of_get_data_lanes_count_ep(const struct device_node *port,
> 128 int port_reg, int reg,
> 129 const unsigned int min,
> 130 const unsigned int max)
> 131 {
> 132 return -EINVAL;
> 133 }
> > 134 struct mipi_dsi_host *drm_of_get_dsi_bus(struct device *dev,
> 135 struct mipi_dsi_device_info *info)
> 136 {
> 137 return ERR_PTR(-EINVAL);
> 138 }
> 139 #endif
This needs to be prefixed "static inline" like the function above, then
I bet it works.
Yours,
Linus Walleij
next prev parent reply other threads:[~2023-01-16 12:35 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-10 20:02 [PATCH v8 0/4] drm/panel: Add Magnachip D53E6EA8966 Panel Controller Chris Morgan
2023-01-10 20:02 ` [PATCH v8 1/4] drm: of: Add drm_of_get_dsi_bus helper function Chris Morgan
2023-01-11 3:01 ` kernel test robot
2023-01-16 12:35 ` Linus Walleij [this message]
2023-01-11 3:21 ` kernel test robot
2023-01-11 5:02 ` kernel test robot
2023-01-11 5:33 ` kernel test robot
2023-01-10 20:02 ` [PATCH v8 2/4] dt-bindings: display: panel: Add Samsung AMS495QA01 Chris Morgan
2023-01-10 20:02 ` [PATCH v8 3/4] drm/panel: Add Magnachip D53E6EA8966 Panel Driver Chris Morgan
2023-01-10 20:02 ` [PATCH v8 4/4] arm64: dts: rockchip: add display to RG503 Chris Morgan
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=CACRpkdbvsFDDRt1otJcZ-mPdSBecL0cwDSW92YeBGmmyLXee0A@mail.gmail.com \
--to=linus.walleij@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=lkp@intel.com \
--cc=maccraft123mc@gmail.com \
--cc=macroalpha82@gmail.com \
--cc=macromorgan@hotmail.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=robh+dt@kernel.org \
--cc=sam@ravnborg.org \
--cc=thierry.reding@gmail.com \
--cc=tzimmermann@suse.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;
as well as URLs for NNTP newsgroup(s).