1. 23 5月, 2014 1 次提交
  2. 14 5月, 2014 4 次提交
  3. 07 1月, 2014 10 次提交
  4. 14 10月, 2013 1 次提交
  5. 29 6月, 2013 1 次提交
    • E
      [media] saa7134: Fix sparse warnings by adding __user annotation · 12d866ec
      Emil Goode 提交于
      Adding a __user annotation fixes the following sparse warnings.
      drivers/media/pci/saa7134/saa7134-video.c:1578:45: warning:
              incorrect type in initializer (different address spaces)
              drivers/media/pci/saa7134/saa7134-video.c:1578:45:
              expected struct v4l2_clip *clips
              drivers/media/pci/saa7134/saa7134-video.c:1578:45:
              got struct v4l2_clip [noderef] <asn:1>*clips
      drivers/media/pci/saa7134/saa7134-video.c:1589:26: warning:
              incorrect type in assignment (different address spaces)
              drivers/media/pci/saa7134/saa7134-video.c:1589:26:
              expected struct v4l2_clip [noderef] <asn:1>*clips
              drivers/media/pci/saa7134/saa7134-video.c:1589:26:
              got struct v4l2_clip *clips
      Signed-off-by: NEmil Goode <emilgoode@gmail.com>
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      12d866ec
  6. 17 6月, 2013 8 次提交
  7. 15 4月, 2013 8 次提交
  8. 24 3月, 2013 4 次提交
  9. 28 12月, 2012 1 次提交
  10. 28 10月, 2012 1 次提交
    • M
      [media] saa7134,saa7164: warning: comparison of unsigned fixes · 3eeba4a7
      Mauro Carvalho Chehab 提交于
      drivers/media/pci/saa7134/saa7134-core.c:947:2: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
      drivers/media/pci/saa7164/saa7164-core.c:413:3: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
      drivers/media/pci/saa7164/saa7164-core.c:489:3: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
      drivers/media/pci/saa7134/saa7134-video.c:2514:2: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      3eeba4a7
  11. 07 10月, 2012 1 次提交