mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
Remove commented-out code in ipmi_picmg_clk_set() - CID#1261339
Originally ``Printf arg type mismatch''.
This commit is contained in:
parent
8ac8361aca
commit
4ef4618366
@ -1745,18 +1745,8 @@ ipmi_picmg_clk_set(struct ipmi_intf * intf, int argc, char ** argv)
|
||||
}
|
||||
}
|
||||
|
||||
#if 1
|
||||
printf("## ID: %d\n", msg_data[1]);
|
||||
printf("## index: %d\n", msg_data[2]);
|
||||
printf("## setting: 0x%02x\n", msg_data[3]);
|
||||
printf("## family: %d\n", msg_data[4]);
|
||||
printf("## acc: %d\n", msg_data[5]);
|
||||
printf("## freq: %ld\n", freq );
|
||||
printf("## res: %d\n", msg_data[10]);
|
||||
#endif
|
||||
|
||||
rsp = intf->sendrecv(intf, &req);
|
||||
|
||||
if (!rsp) {
|
||||
lprintf(LOG_ERR, "No valid response received.");
|
||||
return -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user