]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ide: cleanup ide_build_dmatable()
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Mon, 13 Oct 2008 19:39:47 +0000 (21:39 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Mon, 13 Oct 2008 19:39:47 +0000 (21:39 +0200)
commit14c123f37187aba0b4e0e893a969efc6820c4170
treef4b349a97fd58bcc5893ad026e0762ece6573133
parentc19f7f226ba011843a31ee4f21a19c36fa5a3ead
ide: cleanup ide_build_dmatable()

- use for_each_sg()
- move printing 'DMA table too small' message below use_pio_instead label
- merge '64KB bug' comment with function documentation
- fix intendation

There should be no functional changes caused by this patch.

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-dma.c