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

看板DFBSD_commit作者時間16年前 (2010/05/23 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1B-1ldNw (DFBSD_commit)