aboutsummaryrefslogtreecommitdiff
path: root/miscutils/hdparm.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/hdparm.c')
-rw-r--r--miscutils/hdparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c
index 0917b4175..65c11ec79 100644
--- a/miscutils/hdparm.c
+++ b/miscutils/hdparm.c
@@ -1185,7 +1185,7 @@ static const char BuffType[] ALIGN1 =
1185 "unknown""\0" "1Sect""\0" "DualPort""\0" "DualPortCache" 1185 "unknown""\0" "1Sect""\0" "DualPort""\0" "DualPortCache"
1186; 1186;
1187 1187
1188static void dump_identity(const struct hd_driveid *id) 1188static NOINLINE void dump_identity(const struct hd_driveid *id)
1189{ 1189{
1190 int i; 1190 int i;
1191 const unsigned short *id_regs = (const void*) id; 1191 const unsigned short *id_regs = (const void*) id;