From: Bartlomiej Zolnierkiewicz Date: Tue, 24 Mar 2009 22:22:59 +0000 (+0100) Subject: ide: use try_to_identify() in ide_driveid_update() X-Git-Tag: v2.6.30-rc1~672^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ebe1d9efed5f232afc8d00901d0959c9814bce3;p=pandora-kernel.git ide: use try_to_identify() in ide_driveid_update() * Pass pointer to buffer for IDENTIFY data to do_identify() and try_to_identify(). * Un-static try_to_identify() and use it in ide_driveid_update(). * Rename try_to_identify() to ide_dev_read_id(). There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed