From: Borislav Petkov Date: Sat, 2 Feb 2008 18:56:33 +0000 (+0100) Subject: ide-floppy: disambiguate function names X-Git-Tag: v2.6.25-rc1~1068^2~82 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a24b63db06a4b9389367ebafd9b0cfb5dd1b39f;p=pandora-kernel.git ide-floppy: disambiguate function names There were two almost identical function names in ide-floppy.c, which makes their distinction almost impossible. While ide_floppy_release() cleans up the object after the last reference to it has been dropped, idefloppy_release() is the blkdev .release method from struct block_device_operations which releases that last reference. Rename ide_floppy_release() to idefloppy_cleanup_obj() in order to make its purpose more clear. There should be no functionality change resulting from this patch. Signed-off-by: Borislav Petkov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed