Commit 705a085
ipc4: basefw: fix error code for invalid param IDs
Error code INVALID_PARAM is more generic and shall be used when
a supported operation contains an invalid value in its data structure.
For unsupported operations, INVALID_REQUEST shall be used instead.
Signed-off-by: Wojciech Jablonski <wojciech.jablonski@intel.com>1 parent 897ab03 commit 705a085
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
| 427 | + | |
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
| |||
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
563 | | - | |
| 563 | + | |
564 | 564 | | |
565 | 565 | | |
566 | 566 | | |
| |||
0 commit comments