diff options
| author | Eric Andersen <andersen@codepoet.org> | 2003-08-08 22:13:41 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2003-08-08 22:13:41 +0000 |
| commit | f1c56a9306680874577abf01749c4b33877eb89a (patch) | |
| tree | 1822b0ddad504c28d8acf4cab823f3bdd370549a /miscutils | |
| parent | 92fb9395f748e2d8d9a96e70cbf7a96cd228a93d (diff) | |
| download | busybox-w32-f1c56a9306680874577abf01749c4b33877eb89a.tar.gz busybox-w32-f1c56a9306680874577abf01749c4b33877eb89a.tar.bz2 busybox-w32-f1c56a9306680874577abf01749c4b33877eb89a.zip | |
quiet some noise
Diffstat (limited to 'miscutils')
| -rw-r--r-- | miscutils/hdparm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c index 0263f2893..89051e9ce 100644 --- a/miscutils/hdparm.c +++ b/miscutils/hdparm.c | |||
| @@ -1039,7 +1039,9 @@ static unsigned long set_readahead= 0, get_readahead= 0, readahead= 0; | |||
| 1039 | static unsigned long set_readonly = 0, get_readonly = 0, readonly = 0; | 1039 | static unsigned long set_readonly = 0, get_readonly = 0, readonly = 0; |
| 1040 | static unsigned long set_unmask = 0, get_unmask = 0, unmask = 0; | 1040 | static unsigned long set_unmask = 0, get_unmask = 0, unmask = 0; |
| 1041 | static unsigned long set_mult = 0, get_mult = 0, mult = 0; | 1041 | static unsigned long set_mult = 0, get_mult = 0, mult = 0; |
| 1042 | #ifdef CONFIG_FEATURE_HDPARM_HDIO_GETSET_DMA | ||
| 1042 | static unsigned long set_dma = 0, get_dma = 0, dma = 0; | 1043 | static unsigned long set_dma = 0, get_dma = 0, dma = 0; |
| 1044 | #endif | ||
| 1043 | static unsigned long set_dma_q = 0, get_dma_q = 0, dma_q = 0; | 1045 | static unsigned long set_dma_q = 0, get_dma_q = 0, dma_q = 0; |
| 1044 | static unsigned long set_nowerr = 0, get_nowerr = 0, nowerr = 0; | 1046 | static unsigned long set_nowerr = 0, get_nowerr = 0, nowerr = 0; |
| 1045 | static unsigned long set_keep = 0, get_keep = 0, keep = 0; | 1047 | static unsigned long set_keep = 0, get_keep = 0, keep = 0; |
