AHCI - Fix use of error ccb in error path
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 22 May 2010 16:40:14 +0000 (09:40 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 22 May 2010 16:40:14 +0000 (09:40 -0700)
commite1014452af0f36bf09007f4cf5d1b259d544b2f0
treed529bf3ba45f027b31b0f6c8abafeab4aee55c86
parent899b08f0481cee99aeea3b0d44cd623a9d6bc2db
AHCI - Fix use of error ccb in error path

* A conditional was improperly reusing the 'ccb' variable.  Use a different
  variable name so the original ccb (the error ccb) is not replaced.
sys/dev/disk/ahci/ahci.c