1. 26 Apr, 2004 2 commits
    • Andrew Morton's avatar
      [PATCH] sata_sx4.c warning fix · 351cb4d0
      Andrew Morton authored
      drivers/scsi/sata_sx4.c: In function `pdc20621_put_to_dimm':
      drivers/scsi/sata_sx4.c:928: warning: comparison is always true due to limited range of data type
      
      The code is doing, effectively:
      
      	if ((long)(expr returning u32)) >= 0
      
      but on 64-bit architectures, that will always be true.
      
      So cast the u32 result to s32 before promoting to long so that bit 31
      correctly propagates into bits 32-63.
      351cb4d0
    • Jeff Garzik's avatar
      [libata] remove unused struct ata_engine · af5821d5
      Jeff Garzik authored
      af5821d5
  2. 25 Apr, 2004 11 commits
  3. 24 Apr, 2004 3 commits
  4. 23 Apr, 2004 1 commit
  5. 22 Apr, 2004 23 commits