An error occurred fetching the project authors.
  1. 09 Aug, 2005 1 commit
  2. 08 Aug, 2005 1 commit
  3. 11 Jul, 2005 1 commit
  4. 26 Jun, 2005 1 commit
  5. 25 Jun, 2005 1 commit
  6. 23 Jun, 2005 1 commit
  7. 17 Jun, 2005 1 commit
  8. 20 May, 2005 2 commits
    • Benoit Boissinot 's avatar
      [SCSI] drivers/scsi/dpt_i2o.c: fix compile warnings · 1c2fb3f3
      Benoit Boissinot authored
      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: default avatarBenoit Boissinot <benoit.boissinot@ens-lyon.org>
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
      1c2fb3f3
    • Benoit Boissinot 's avatar
      [SCSI] drivers/scsi/dpt_i2o.c: cleanup useless code · 23a2bc22
      Benoit Boissinot authored
      This patch removes the array 'hbas' as it seems to be useless
      and redundant with the linked list hbas_chain.
      Signed-off-by: default avatarBenoit Boissinot <benoit.boissinot@ens-lyon.org>
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
      23a2bc22
  9. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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