Re: [PATCH] drivers/scsi/sata_svw.c: fix compiler warnings

2005-04-05 Thread Jeff Garzik
Nick Wilson wrote: Fixes compiler warnings: warning: passing arg 2 of `writeb' makes pointer from integer without a cast warning: passing arg 1 of `readw' makes pointer from integer without a cast (added to CC list, just to update people on the status of these warnings... I know they're annoy

[PATCH] drivers/scsi/sata_svw.c: fix compiler warnings

2005-04-05 Thread Nick Wilson
Fixes compiler warnings: warning: passing arg 2 of `writeb' makes pointer from integer without a cast warning: passing arg 1 of `readw' makes pointer from integer without a cast Patch is compile tested. Diffed against 2.6.12-rc2-kj. Nick Signed-off-by: Nick Wilson <[EMAIL PROTECTED]> ---