1. 23 5月, 2014 1 次提交
  2. 14 5月, 2014 8 次提交
  3. 29 3月, 2014 1 次提交
  4. 14 2月, 2014 1 次提交
  5. 04 2月, 2014 1 次提交
  6. 07 1月, 2014 14 次提交
  7. 17 10月, 2013 1 次提交
  8. 14 10月, 2013 1 次提交
  9. 16 7月, 2013 1 次提交
  10. 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
  11. 21 6月, 2013 1 次提交
  12. 17 6月, 2013 9 次提交