1. 07 11月, 2005 2 次提交
  2. 10 8月, 2005 1 次提交
  3. 09 8月, 2005 1 次提交
  4. 11 7月, 2005 1 次提交
  5. 27 6月, 2005 1 次提交
  6. 26 6月, 2005 1 次提交
  7. 24 6月, 2005 1 次提交
  8. 18 6月, 2005 1 次提交
  9. 21 5月, 2005 2 次提交
    • B
      [SCSI] drivers/scsi/dpt_i2o.c: fix compile warnings · 1c2fb3f3
      Benoit Boissinot 提交于
      This patch fixes the following warnings:
      
      drivers/scsi/dpt_i2o.c: In function ‘adpt_isr’:
      drivers/scsi/dpt_i2o.c:2030: warning: passing argument 1 of ‘readl’ makes pointer from integer without a cast
      drivers/scsi/dpt_i2o.c:2031: warning: passing argument 1 of ‘readl’ makes pointer from integer without a cast
      drivers/scsi/dpt_i2o.c:2042: warning: passing argument 1 of ‘readl’ makes pointer from integer without a cast
      drivers/scsi/dpt_i2o.c:2043: warning: passing argument 2 of ‘writel’ makes pointer from integer without a cast
      drivers/scsi/dpt_i2o.c:2046: warning: passing argument 1 of ‘readl’ makes pointer from integer without a cast
      drivers/scsi/dpt_i2o.c:2048: warning: passing argument 1 of ‘readl’ makes pointer from integer without a cast
      drivers/scsi/dpt_i2o.c:2055: warning: passing argument 1 of ‘readl’ makes pointer from integer without a cast
      drivers/scsi/dpt_i2o.c:2062: warning: passing argument 1 of ‘readl’ makes pointer from integer without a cast
      drivers/scsi/dpt_i2o.c:2069: warning: passing argument 1 of ‘readl’ makes pointer from integer without a cast
      drivers/scsi/dpt_i2o.c: In function ‘adpt_i2o_to_scsi’: drivers/scsi/dpt_i2o.c:2239: warning: passing argument 1 of ‘readl’ makes pointer from integer without a cast
      drivers/scsi/dpt_i2o.c:2243: warning: passing argument 1 of ‘readl’ makes pointer from integer without a cast
      drivers/scsi/dpt_i2o.c:2248: warning: passing argument 1 of ‘readl’ makes pointer from integer without a cast
      drivers/scsi/dpt_i2o.c:2259: warning: passing argument 1 of ‘readl’ makes pointer from integer without a cast
      
      It define variables which are only used with a type of 'void __iomem *'
      with this type instead of the incorrect 'unsigned long' type.
      It also remove pointless casts.
      Signed-off-by: NBenoit Boissinot <benoit.boissinot@ens-lyon.org>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      1c2fb3f3
    • B
      [SCSI] drivers/scsi/dpt_i2o.c: cleanup useless code · 23a2bc22
      Benoit Boissinot 提交于
      This patch removes the array 'hbas' as it seems to be useless
      and redundant with the linked list hbas_chain.
      Signed-off-by: NBenoit Boissinot <benoit.boissinot@ens-lyon.org>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      23a2bc22
  10. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4