1. 04 5月, 2012 1 次提交
    • S
      net/niu: remove one superfluous dma mask check · f1925088
      Sebastian Andrzej Siewior 提交于
      The idea here seems to be to get a 44bit DMA mask working and if this
      fails it should fallback to a 32bit DMA mask. The dma_mask variable is
      assigned once to 44bit and never updated. pci_set_dma_mask() and
      pci_set_consistent_dma_mask() are both implemented as functions so there
      is no evil macro which might update dma_mask. Looking at the assembly, I
      see a call to dma_set_mask() followed by dma_supported() and then a jump
      passed the second dma_set_mask(). The only way to get to second
      dma_set_mask() call is by an error code in the first one.
      
      So I hereby remove the check since it looks superfluous. Please ignore
      the path if there is black magic involved.
      Signed-off-by: NSebastian Andrzej Siewior <bigeasy@linutronix.de>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      f1925088
  2. 03 5月, 2012 16 次提交
  3. 02 5月, 2012 7 次提交
  4. 01 5月, 2012 16 次提交