mirror of
https://github.com/sheumann/hush.git
synced 2025-01-04 22:34:37 +00:00
hdparm: remove stray static (-200 bytes bss)
This commit is contained in:
parent
f1ba749509
commit
7c282a2078
@ -1833,7 +1833,7 @@ static void process_dev(char *devname)
|
|||||||
#endif /* FEATURE_HDPARM_HDIO_TRISTATE_HWIF */
|
#endif /* FEATURE_HDPARM_HDIO_TRISTATE_HWIF */
|
||||||
#if ENABLE_FEATURE_HDPARM_GET_IDENTITY
|
#if ENABLE_FEATURE_HDPARM_GET_IDENTITY
|
||||||
if (get_identity) {
|
if (get_identity) {
|
||||||
static struct hd_driveid id;
|
struct hd_driveid id;
|
||||||
|
|
||||||
if (!ioctl(fd, HDIO_GET_IDENTITY, &id)) {
|
if (!ioctl(fd, HDIO_GET_IDENTITY, &id)) {
|
||||||
if (multcount != -1) {
|
if (multcount != -1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user