mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
Fix botch in last commit.
This commit is contained in:
parent
3e281867ae
commit
61016883ad
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124677
@ -1312,8 +1312,8 @@ ar_highpoint_write_conf(struct ar_softc *rdp)
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
free(config, M_AR);
|
||||
}
|
||||
free(config, M_AR);
|
||||
return 0;
|
||||
}
|
||||
|
||||
@ -1609,8 +1609,8 @@ ar_promise_write_conf(struct ar_softc *rdp)
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
free(config, M_AR);
|
||||
}
|
||||
free(config, M_AR);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user