1. 07 1月, 2014 2 次提交
  2. 17 10月, 2013 1 次提交
  3. 14 10月, 2013 1 次提交
  4. 16 7月, 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. 21 6月, 2013 1 次提交
  7. 17 6月, 2013 11 次提交
  8. 15 4月, 2013 8 次提交
  9. 08 4月, 2013 4 次提交
  10. 24 3月, 2013 4 次提交
  11. 09 2月, 2013 1 次提交
  12. 06 2月, 2013 1 次提交
  13. 04 1月, 2013 1 次提交
    • G
      Drivers: media: remove __dev* attributes. · 4c62e976
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      __devinitconst, and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      4c62e976
  14. 28 12月, 2012 1 次提交
  15. 22 12月, 2012 1 次提交
  16. 21 12月, 2012 1 次提交