]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ide-floppy: mv idefloppy_{should_,}report_error
authorBorislav Petkov <bbpetkov@yahoo.de>
Sat, 2 Feb 2008 18:56:35 +0000 (19:56 +0100)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Sat, 2 Feb 2008 18:56:35 +0000 (19:56 +0100)
commitd652c1380870228dfe05a2f00ce4edec3f5bd42d
tree7a95b58191d0e75a1f73732f2f644659f76a71ae
parentd30a7fba4380901b6a33fd798a0d0f9794a70ccc
ide-floppy: mv idefloppy_{should_,}report_error

In addition to shortening the function name, move the printk-call into the
function thereby saving some code lines. Also, make the function out_of_line
since it is not on a performance critical path. Finally, rename the reworked
function to ide_floppy..().

Bart:
- minor CodingStyle fixup

Signed-off-by: Borislav Petkov <bbpetkov@yahoo.de>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-floppy.c