1. 17 11月, 2016 17 次提交
  2. 20 9月, 2016 1 次提交
  3. 25 8月, 2016 2 次提交
  4. 09 7月, 2016 2 次提交
  5. 03 6月, 2016 1 次提交
  6. 10 5月, 2016 1 次提交
    • A
      [media] exynos-gsc: avoid build warning without CONFIG_OF · aff093d4
      Arnd Bergmann 提交于
      When building the exynos-gsc driver with CONFIG_OF disabled, we get
      a warning about an out-of-bounds access:
      
      drivers/media/platform/exynos-gsc/gsc-core.c: In function 'gsc_probe':
      drivers/media/platform/exynos-gsc/gsc-core.c:1078:34: error: array subscript is above array bounds [-Werror=array-bounds]
      
      This is harmless because the driver will never be used without CONFIG_OF,
      but it's better to avoid the warning anyway. Checking the return value
      of of_alias_get_id() for an error condition is probably a good idea
      anyway, and it makes sure the compiler can verify that we don't get
      into that situation.
      
      Fixes: 26a7ed9c ("[media] exynos-gsc: remove an always false condition")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      aff093d4
  7. 14 4月, 2016 2 次提交
  8. 26 1月, 2016 1 次提交
  9. 18 12月, 2015 2 次提交
  10. 21 10月, 2015 1 次提交
  11. 01 10月, 2015 2 次提交
  12. 12 5月, 2015 1 次提交
  13. 23 12月, 2014 1 次提交
  14. 04 12月, 2014 1 次提交
  15. 15 11月, 2014 1 次提交
  16. 20 10月, 2014 1 次提交
  17. 27 8月, 2014 3 次提交