DragonFly BSD
DragonFly commits List (threaded) for 2010-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: AHCI - Fix use of error ccb in error path


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 22 May 2010 09:40:55 -0700 (PDT)

commit e1014452af0f36bf09007f4cf5d1b259d544b2f0
Author: Matthew Dillon <dillon@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]