1. 31 10月, 2014 5 次提交
  2. 30 10月, 2014 15 次提交
  3. 29 10月, 2014 19 次提交
  4. 28 10月, 2014 1 次提交
    • D
      Merge branch 'unnecessary_resource_check' · cf7b2003
      David S. Miller 提交于
      Varka Bhadram says:
      
      ====================
      cleanup on resource check
      
      This series removes the duplication of sanity check for
      platform_get_resource() return resource. It will be checked
      with devm_ioremap_resource()
      
      changes since v2:
      	- Merge #1 and #2 patches into single patch
      	- remove the comment
      
      changes since v1:
      	- remove NULL dereference on resource_size()
      ====================
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      cf7b2003