All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH nomadik] drm/panel: nt35510_send_seq() can be static
  2019-10-20 23:04 ` kbuild test robot
@ 2019-10-20 23:04   ` kbuild test robot
  -1 siblings, 0 replies; 4+ messages in thread
From: kbuild test robot @ 2019-10-20 23:04 UTC (permalink / raw)
  To: Linus Walleij; +Cc: kbuild-all, linux-arm-kernel


Fixes: 50e3376936b1 ("drm/panel: Add driver for Novatek NT35510-based panels")
Signed-off-by: kbuild test robot <lkp@intel.com>
---
 panel-novatek-nt35510.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/panel/panel-novatek-nt35510.c b/drivers/gpu/drm/panel/panel-novatek-nt35510.c
index fe03994a8018f..2d21180c90867 100644
--- a/drivers/gpu/drm/panel/panel-novatek-nt35510.c
+++ b/drivers/gpu/drm/panel/panel-novatek-nt35510.c
@@ -159,8 +159,8 @@ static const u8 nt35510_display_init[] = {
 	3,	0xCC, /* DPTMCTR12 */		0x03, 0x00, 0x00,	/* aRD(Gateless) Setting */
 };
 
-int nt35510_send_seq(struct nt35510 *nt, struct mipi_dsi_device *dsi,
-		     const u8 *seq, int len)
+static int nt35510_send_seq(struct nt35510 *nt, struct mipi_dsi_device *dsi,
+			    const u8 *seq, int len)
 {
 	int written = 0;
 	const u8 *seqp = seq;

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [nomadik:ux500-skomer 13/16] drivers/gpu/drm/panel/panel-novatek-nt35510.c:162:5: sparse: sparse: symbol 'nt35510_send_seq' was not declared. Should it be static?
@ 2019-10-20 23:04 ` kbuild test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kbuild test robot @ 2019-10-20 23:04 UTC (permalink / raw)
  To: Linus Walleij; +Cc: kbuild-all, linux-arm-kernel

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git ux500-skomer
head:   f1a6bcc62ea4b1aae1400a69d63ad371a07e2af6
commit: 50e3376936b186b037de9be118b0acd9551c3e86 [13/16] drm/panel: Add driver for Novatek NT35510-based panels
reproduce:
        # apt-get install sparse
        # sparse version: v0.6.1-dirty
        git checkout 50e3376936b186b037de9be118b0acd9551c3e86
        make ARCH=x86_64 allmodconfig
        make C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__'

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>


sparse warnings: (new ones prefixed by >>)

>> drivers/gpu/drm/panel/panel-novatek-nt35510.c:162:5: sparse: sparse: symbol 'nt35510_send_seq' was not declared. Should it be static?

Please review and possibly fold the followup patch.

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [RFC PATCH nomadik] drm/panel: nt35510_send_seq() can be static
@ 2019-10-20 23:04   ` kbuild test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kbuild test robot @ 2019-10-20 23:04 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 895 bytes --]


Fixes: 50e3376936b1 ("drm/panel: Add driver for Novatek NT35510-based panels")
Signed-off-by: kbuild test robot <lkp@intel.com>
---
 panel-novatek-nt35510.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/panel/panel-novatek-nt35510.c b/drivers/gpu/drm/panel/panel-novatek-nt35510.c
index fe03994a8018f..2d21180c90867 100644
--- a/drivers/gpu/drm/panel/panel-novatek-nt35510.c
+++ b/drivers/gpu/drm/panel/panel-novatek-nt35510.c
@@ -159,8 +159,8 @@ static const u8 nt35510_display_init[] = {
 	3,	0xCC, /* DPTMCTR12 */		0x03, 0x00, 0x00,	/* aRD(Gateless) Setting */
 };
 
-int nt35510_send_seq(struct nt35510 *nt, struct mipi_dsi_device *dsi,
-		     const u8 *seq, int len)
+static int nt35510_send_seq(struct nt35510 *nt, struct mipi_dsi_device *dsi,
+			    const u8 *seq, int len)
 {
 	int written = 0;
 	const u8 *seqp = seq;

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [nomadik:ux500-skomer 13/16] drivers/gpu/drm/panel/panel-novatek-nt35510.c:162:5: sparse: sparse: symbol 'nt35510_send_seq' was not declared. Should it be static?
@ 2019-10-20 23:04 ` kbuild test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kbuild test robot @ 2019-10-20 23:04 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1012 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git ux500-skomer
head:   f1a6bcc62ea4b1aae1400a69d63ad371a07e2af6
commit: 50e3376936b186b037de9be118b0acd9551c3e86 [13/16] drm/panel: Add driver for Novatek NT35510-based panels
reproduce:
        # apt-get install sparse
        # sparse version: v0.6.1-dirty
        git checkout 50e3376936b186b037de9be118b0acd9551c3e86
        make ARCH=x86_64 allmodconfig
        make C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__'

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>


sparse warnings: (new ones prefixed by >>)

>> drivers/gpu/drm/panel/panel-novatek-nt35510.c:162:5: sparse: sparse: symbol 'nt35510_send_seq' was not declared. Should it be static?

Please review and possibly fold the followup patch.

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-10-20 23:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-20 23:04 [nomadik:ux500-skomer 13/16] drivers/gpu/drm/panel/panel-novatek-nt35510.c:162:5: sparse: sparse: symbol 'nt35510_send_seq' was not declared. Should it be static? kbuild test robot
2019-10-20 23:04 ` kbuild test robot
2019-10-20 23:04 ` [RFC PATCH nomadik] drm/panel: nt35510_send_seq() can be static kbuild test robot
2019-10-20 23:04   ` kbuild test robot

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.