]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] eata_pio: Clean up proc handling, bracketing and use cpu_relax()
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Thu, 20 Sep 2007 14:15:27 +0000 (15:15 +0100)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:49:19 +0000 (14:49 -0400)
commit13151606473b2a518e35a998873f51492dd81547
tree978c2ff992ba6b7fed45fd2ff781d60187eaeb4c
parentb12a62de7e7ccf8aed4c74efae4cc423b406af7c
[SCSI] eata_pio: Clean up proc handling, bracketing and use cpu_relax()

So its ancient, its crap, but it kept showing up in my scans for stuff
that wanted fixing...

- Redo the proc code to be far cleaner
- Clean various return (0) type constructs
- Use cpu_relax()

The various waits ought to time out but thats another issue and probably
not worth solving.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/eata_pio.c