dma_intel: fix the wrong unformat type 37/37037/2
authorHaiyue Wang <haiyue.wang@intel.com>
Tue, 30 Aug 2022 06:33:02 +0000 (14:33 +0800)
committerDamjan Marion <dmarion@0xa5.net>
Tue, 30 Aug 2022 18:13:18 +0000 (18:13 +0000)
commit4cbc8b20c78cbc2b8037f97078106e5e1a31a637
treeb2cd3960a9223f328aebdf14ec4e16ce939e6514
parentfcb2132d74627178a5a83fabd0addf741654fe63
dma_intel: fix the wrong unformat type

The unformat type for "%d" should be u32 or int, otherwise the 'did' in
high stack address will be overflow to zero by the 'qid' which is in the
low stack address.

Like input "dev wq3.2" will return "did=0, qid=2".

Type: fix
Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
Change-Id: I0fe1d5b03e2c47e0a7925193e2c2f1ccc31d3e90
src/plugins/dma_intel/main.c