mbox series

[0/2] Fixes to cppcheck errors in v4l2-ioctl.c

Message ID cover.1559764506.git.skhan@linuxfoundation.org (mailing list archive)
Headers show
Series Fixes to cppcheck errors in v4l2-ioctl.c | expand

Message

Shuah Khan June 5, 2019, 9:53 p.m. UTC
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(-)