commit | 785955752fde4c555a1d9f74ddfe1f7aca3e0c7f | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@redhat.com> | Tue Jul 03 22:28:35 2007 +0200 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Tue Jul 03 22:28:35 2007 +0200 |
tree | 0019a73818f02602467ba3e87d30109128a57f78 | |
parent | b42fa133110fa952299fa76cbe91226c14838261 [diff] |
ide: Fix a theoretical Ooops case Found by a static analyser. It is in theory possible we dereference dev->id when it has become invalid. Re-order to avoid this. Not needed for new-ide as we no longer support the crazy exabyte nest stuff Signed-off-by: Alan Cox <alan@redhat.com> Cc: Andrew Morton <akpm@osdl.org> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>