tools/power/x86/intel-speed-select: Fix a typo in error message
This patch fix a spelling typo in error message. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This commit is contained in:
parent
1e46d1d59a
commit
9945a24798
|
@ -831,7 +831,7 @@ int isst_send_msr_command(unsigned int cpu, unsigned int msr, int write,
|
||||||
msr_cmds.msr_cmd[0].data = *req_resp;
|
msr_cmds.msr_cmd[0].data = *req_resp;
|
||||||
|
|
||||||
if (ioctl(fd, ISST_IF_MSR_COMMAND, &msr_cmds) == -1) {
|
if (ioctl(fd, ISST_IF_MSR_COMMAND, &msr_cmds) == -1) {
|
||||||
perror("ISST_IF_MSR_COMMAD");
|
perror("ISST_IF_MSR_COMMAND");
|
||||||
fprintf(outf, "Error: msr_cmd cpu:%d msr:%x read_write:%d\n",
|
fprintf(outf, "Error: msr_cmd cpu:%d msr:%x read_write:%d\n",
|
||||||
cpu, msr, write);
|
cpu, msr, write);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue