All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/1] npcm: fix uninitialized 'val' warning in receive function
@ 2018-11-18 12:35 Tomer Maimon
  2018-11-18 12:35 ` [PATCH v1 1/1] spi: " Tomer Maimon
  0 siblings, 1 reply; 5+ messages in thread
From: Tomer Maimon @ 2018-11-18 12:35 UTC (permalink / raw)
  To: broonie, robh+dt, mark.rutland, yuenn, venture, brendanhiggins,
	avifishman70, joel
  Cc: linux-spi, openbmc, linux-kernel, devicetree, Tomer Maimon

Addressed comments from:.
 - kbuild test robot : drivers/spi/spi-npcm-pspi.c:226:17: warning:
  'val' may be used uninitialized in this function.
  
Fix uninitialized 'val' warning receive function.
Send function has been modify to be aligned with 
the receive function.

The NPCM PSPI driver tested on NPCM750 evaluation board.

Tomer Maimon (1):
  spi: npcm: fix uninitialized 'val' warning in receive function

 drivers/spi/spi-npcm-pspi.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

-- 
2.14.1

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

end of thread, other threads:[~2018-11-20 13:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-18 12:35 [PATCH v1 0/1] npcm: fix uninitialized 'val' warning in receive function Tomer Maimon
2018-11-18 12:35 ` [PATCH v1 1/1] spi: " Tomer Maimon
2018-11-18 21:38   ` Olof Johansson
2018-11-20 10:51     ` Tomer Maimon
2018-11-20 13:02       ` Mark Brown

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.