git: AHCI - Fix use of error ccb in error path
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat May 22 09:42:43 PDT 2010
commit e1014452af0f36bf09007f4cf5d1b259d544b2f0
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat May 22 09:40:14 2010 -0700
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.
Summary of changes:
sys/dev/disk/ahci/ahci.c | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e1014452af0f36bf09007f4cf5d1b259d544b2f0
--
DragonFly BSD source repository
More information about the Commits
mailing list