event/dlb: fix memory overrun in PF reset
authorTimothy McDaniel <timothy.mcdaniel@intel.com>
Thu, 5 Nov 2020 21:22:53 +0000 (15:22 -0600)
committerJerin Jacob <jerinj@marvell.com>
Thu, 12 Nov 2020 17:40:18 +0000 (18:40 +0100)
commitd98400512a8528c506e81a6f0faaba83c487dd5b
tree5aa6aa09aba821b2fbe772c3625907a680c65e37
parent39831d49d3e81146b1afa2d15de548d21a32d305
event/dlb: fix memory overrun in PF reset

Fix memory corruption bug caused by passing address of a 16b value,
instead of address of a 32b value.

Coverity issue: 363715
Fixes: 1998008 ("event/dlb: add eventdev probe")

Signed-off-by: Timothy McDaniel <timothy.mcdaniel@intel.com>
drivers/event/dlb/pf/dlb_main.c