commit | d652c1380870228dfe05a2f00ce4edec3f5bd42d | [log] [tgz] |
---|---|---|
author | Borislav Petkov <bbpetkov@yahoo.de> | Sat Feb 02 19:56:35 2008 +0100 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Sat Feb 02 19:56:35 2008 +0100 |
tree | 7a95b58191d0e75a1f73732f2f644659f76a71ae | |
parent | d30a7fba4380901b6a33fd798a0d0f9794a70ccc [diff] |
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>