[RESEND PATCH 06/10] ide-floppy: report DMA handling in idefloppy_pc_intr() properly

2008-01-03 Thread Borislav Petkov
while at it: -cleanup small issues raised by scripts/checkpatch.pl -remove redundant and shorten some comments There should be no functionality change resulting from this patch Signed-off-by: Borislav Petkov <[EMAIL PROTECTED]> --- drivers/ide/ide-floppy.c | 195

Re: [RESEND PATCH 06/10] ide-floppy: report DMA handling in idefloppy_pc_intr() properly

2008-01-05 Thread Bartlomiej Zolnierkiewicz
On Thursday 03 January 2008, Borislav Petkov wrote: > while at it: > -cleanup small issues raised by scripts/checkpatch.pl > -remove redundant and shorten some comments Could you split the above coding style fixes into a separate patch? > There should be no functionality change resulting from th

Re: [RESEND PATCH 06/10] ide-floppy: report DMA handling in idefloppy_pc_intr() properly

2008-01-05 Thread Borislav Petkov
On Sat, Jan 05, 2008 at 04:46:05PM +0100, Bartlomiej Zolnierkiewicz wrote: > Hmm, no. The driver is called ide-floppy (ide_floppy) and it is more > readable this way. > > > { > > idefloppy_t *floppy = drive->driver_data; > > struct gendisk *g = floppy->disk; > > @@ -1479,7 +1450,7 @@ sta

Re: [RESEND PATCH 06/10] ide-floppy: report DMA handling in idefloppy_pc_intr() properly

2008-01-06 Thread Bartlomiej Zolnierkiewicz
On Saturday 05 January 2008, Borislav Petkov wrote: > On Sat, Jan 05, 2008 at 04:46:05PM +0100, Bartlomiej Zolnierkiewicz wrote: > > Hmm, no. The driver is called ide-floppy (ide_floppy) and it is more > > readable this way. > > > > > { > > > idefloppy_t *floppy = drive->driver_data; > > > s