1. 02 12月, 2014 1 次提交
  2. 25 11月, 2014 1 次提交
  3. 24 9月, 2014 1 次提交
  4. 03 9月, 2014 1 次提交
    • H
      [media] v4l2-ioctl: fix sparse warnings · 4d1afa51
      Hans Verkuil 提交于
      drivers/media/v4l2-core/v4l2-ioctl.c:1156:53: warning: incorrect type in initializer (different address spaces)
      drivers/media/v4l2-core/v4l2-ioctl.c:1158:42: warning: incorrect type in initializer (different address spaces)
      drivers/media/v4l2-core/v4l2-ioctl.c:1161:34: warning: incorrect type in assignment (different address spaces)
      drivers/media/v4l2-core/v4l2-ioctl.c:1163:35: warning: incorrect type in assignment (different address spaces)
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
      4d1afa51
  5. 22 7月, 2014 2 次提交
  6. 18 7月, 2014 6 次提交
  7. 17 7月, 2014 4 次提交
  8. 05 7月, 2014 1 次提交
  9. 23 5月, 2014 1 次提交
  10. 17 4月, 2014 1 次提交
    • H
      [media] v4l2-ioctl.c: fix sparse __user-related warnings · ba2d35c1
      Hans Verkuil 提交于
      Fix the use of __user in the check_array_args() prototype: instead of
      using 'void * __user *' you should use 'void __user **' for sparse to
      understand this correctly.
      
      This also required the use of __force in the '*kernel_ptr = user_ptr'
      assignment.
      
      Also replace a wrong cast (void *) with the correct one (void **)
      in check_array_args().
      
      This fixes these sparse warnings:
      
      drivers/media/v4l2-core/v4l2-ioctl.c:2284:35: warning: incorrect type in assignment (different address spaces)
      drivers/media/v4l2-core/v4l2-ioctl.c:2301:35: warning: incorrect type in assignment (different address spaces)
      drivers/media/v4l2-core/v4l2-ioctl.c:2319:35: warning: incorrect type in assignment (different address spaces)
      drivers/media/v4l2-core/v4l2-ioctl.c:2386:57: warning: incorrect type in argument 4 (different address spaces)
      drivers/media/v4l2-core/v4l2-ioctl.c:2420:29: warning: incorrect type in assignment (different address spaces)
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Signed-off-by: NMauro Carvalho Chehab <m.chehab@samsung.com>
      ba2d35c1
  11. 13 3月, 2014 1 次提交
  12. 11 3月, 2014 1 次提交
  13. 06 3月, 2014 3 次提交
  14. 07 1月, 2014 1 次提交
  15. 21 6月, 2013 2 次提交
  16. 17 6月, 2013 2 次提交
  17. 13 6月, 2013 1 次提交
  18. 09 6月, 2013 1 次提交
  19. 15 4月, 2013 4 次提交
  20. 25 3月, 2013 2 次提交
  21. 24 3月, 2013 3 次提交