diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2004-02-22 09:55:48 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2004-02-22 09:55:48 +0000 |
| commit | 1f0c8eae54cfc1583d70b62b325d72e8f4881edb (patch) | |
| tree | af86b4d32e45b46ff195ee29fd815ba245240fb5 /sys/dev/raidframe | |
| parent | caa32ef5c22cef38d0e251375157a645a9789746 (diff) | |
Notes
Diffstat (limited to 'sys/dev/raidframe')
| -rw-r--r-- | sys/dev/raidframe/rf_freebsdkintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/raidframe/rf_freebsdkintf.c b/sys/dev/raidframe/rf_freebsdkintf.c index 585fad7bc2a4..13f5abb6bd14 100644 --- a/sys/dev/raidframe/rf_freebsdkintf.c +++ b/sys/dev/raidframe/rf_freebsdkintf.c @@ -515,9 +515,9 @@ raidctlioctl(dev_t dev, u_long cmd, caddr_t data, int flags, struct thread *td) (caddr_t) specific_buf, k_cfg->layoutSpecificSize); if (retcode) { - RF_Free(k_cfg, sizeof(RF_Config_t)); RF_Free(specific_buf, k_cfg->layoutSpecificSize); + RF_Free(k_cfg, sizeof(RF_Config_t)); rf_printf(2, "raidctlioctl: retcode=%d " "copyin.2\n", retcode); return (retcode); |
