[PATCH libata-2.6] AHCI: compiler warning fix

2005-03-23 Thread Brett Russ
Jeff, This fixes the compile warning below: drivers/scsi/ahci.c:199: warning: overflow in implicit constant conversion This has been sitting in my dir for a while now, sorry for not sending it sooner. It turns out that moving the AHCI_DMA_BOUNDARY to the *bottom* of the current enum also works,

Re: [PATCH libata-2.6] AHCI: compiler warning fix

2005-03-22 Thread Jeff Garzik
Brett Russ wrote: This fixes the compile warning below, which seems due to the enum being signed: drivers/scsi/ahci.c:199: warning: overflow in implicit constant conversion Signed-off-by: Brett Russ [EMAIL PROTECTED] = drivers/scsi/ahci.c 1.17 vs edited = --- 1.17/drivers/scsi/ahci.c Thu

Re: [PATCH libata-2.6] AHCI: compiler warning fix

2005-03-11 Thread Jeff Garzik
Brett Russ wrote: This fixes the compile warning below, which seems due to the enum being signed: drivers/scsi/ahci.c:199: warning: overflow in implicit constant conversion Signed-off-by: Brett Russ [EMAIL PROTECTED] = drivers/scsi/ahci.c 1.17 vs edited = --- 1.17/drivers/scsi/ahci.c Thu