linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fixes to cppcheck errors in v4l2-ioctl.c
@ 2019-06-05 21:53 Shuah Khan
  2019-06-05 21:53 ` [PATCH 1/2] media: v4l2-core: Shifting signed 32-bit value by 31 bits error Shuah Khan
  2019-06-05 21:53 ` [PATCH 2/2] media: v4l2-core: fix uninitialized variable error Shuah Khan
  0 siblings, 2 replies; 10+ messages in thread
From: Shuah Khan @ 2019-06-05 21:53 UTC (permalink / raw)
  To: mchehab, hverkuil-cisco, sakari.ailus, niklas.soderlund+renesas,
	ezequiel, paul.kocialkowski
  Cc: Shuah Khan, linux-media, linux-kernel

cppcheck runs on the kernel found a couple of cppcheck errors in
v4l2-ioctl.c. These two patches fix them.

Shuah Khan (2):
  media: v4l2-core: Shifting signed 32-bit value by 31 bits error
  media: v4l2-core: fix uninitialized variable error

 drivers/media/v4l2-core/v4l2-ioctl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2019-06-13 17:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-05 21:53 [PATCH 0/2] Fixes to cppcheck errors in v4l2-ioctl.c Shuah Khan
2019-06-05 21:53 ` [PATCH 1/2] media: v4l2-core: Shifting signed 32-bit value by 31 bits error Shuah Khan
2019-06-06  3:22   ` Randy Dunlap
2019-06-06  6:33     ` Hans Verkuil
2019-06-11 19:42       ` Shuah Khan
2019-06-11 20:50         ` Hans Verkuil
2019-06-11 22:27           ` Shuah Khan
2019-06-12 23:04             ` Shuah Khan
2019-06-05 21:53 ` [PATCH 2/2] media: v4l2-core: fix uninitialized variable error Shuah Khan
2019-06-06  7:48   ` Hans Verkuil

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).