Re: libata TODO: ioread/iowrite work (was Re: [PATCH libata:upstream] remove compiler warnings)
From: Sam Ravnborg <hidden>
Date: 2005-08-22 20:38:25
Also in:
lkml
From: Sam Ravnborg <hidden>
Date: 2005-08-22 20:38:25
Also in:
lkml
- install Linus's "sparse" source checker - run 'make C=1' in the kernel tree, and make sure libata and drivers don't spew warnings
make C=2 will check all files. Handy so you do not need to do a make clean. make C=2 drivers/scsi/libata.ko to limit it to libata. Sam