From: Bartlomiej Zolnierkiewicz Date: Fri, 10 Oct 2008 20:39:34 +0000 (+0200) Subject: ide-floppy: add ide_floppy_format_ioctl() helper X-Git-Tag: v2.6.28-rc1~710^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d56c99e26b0ff45009bdf85556abee60591507cb;p=pandora-kernel.git ide-floppy: add ide_floppy_format_ioctl() helper * Factor out IDEFLOPPY_IOCTL_FORMAT_* ioctls handling from idefloppy_ioctl() to ide_floppy_format_ioctl(). While at it: * Pass 'drive' instead of 'floppy' to ide_floppy_format_unit(). * idefloppy_get_format_progress() -> ide_floppy_get_format_progress() There should be no functional changes caused by this patch. Cc: Borislav Petkov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed