commit | 2ebe1d9efed5f232afc8d00901d0959c9814bce3 | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Tue Mar 24 23:22:59 2009 +0100 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Tue Mar 24 23:22:59 2009 +0100 |
tree | 683864ff5a5e952fe5c2d3d811215175edfa17d4 | |
parent | ff18b89bef76d291db594af3e27b6c91e6600b57 [diff] |
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 <bzolnier@gmail.com>