Commit c55ae102 authored by Xin Gao's avatar Xin Gao Committed by Hans de Goede

tools/power/x86/intel-speed-select: Remove unneeded semicolon

Remove an unneeded semicolon.
Signed-off-by: default avatarXin Gao <gaoxin@cdjrlc.com>
Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent d9f74d98
......@@ -144,7 +144,7 @@ static int family_handler(struct nl_msg *msg, void *arg)
continue;
res->id = nla_get_u32(tb2[CTRL_ATTR_MCAST_GRP_ID]);
break;
};
}
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment