Re: [PATCH] sata_fsl: fix build with ATA_VERBOSE_DEBUG

2008-02-23 Thread Jeff Garzik
Anton Vorontsov wrote: > This patch fixes build and few warnings when ATA_VERBOSE_DEBUG > is defined: > > CC drivers/ata/sata_fsl.o > drivers/ata/sata_fsl.c: In function ‘sata_fsl_fill_sg’: > drivers/ata/sata_fsl.c:338: warning: format ‘%x’ expects type ‘unsigned int’, > but argument 3 has

[PATCH] sata_fsl: fix build with ATA_VERBOSE_DEBUG

2008-02-22 Thread Anton Vorontsov
This patch fixes build and few warnings when ATA_VERBOSE_DEBUG is defined: CC drivers/ata/sata_fsl.o drivers/ata/sata_fsl.c: In function ‘sata_fsl_fill_sg’: drivers/ata/sata_fsl.c:338: warning: format ‘%x’ expects type ‘unsigned int’, but argument 3 has type ‘void *’ drivers/ata/sata_fsl.c