soc: mediatek: cmdq: change the type of input parameter
authorBibby Hsieh <bibby.hsieh@mediatek.com>
Tue, 20 Aug 2019 08:49:28 +0000 (16:49 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Fri, 23 Aug 2019 12:06:48 +0000 (14:06 +0200)
commit556030f0604f3cf5f1ea91307c0695541e5c74ca
tree69e8df11124fa9497a7efb33be7571914564bda9
parent1a92f989126ef0743650d43f75bfc431a5c3a310
soc: mediatek: cmdq: change the type of input parameter

According to the cmdq hardware design, the subsys is u8,
the offset is u16 and the event id is u16.
This patch changes the type of subsys, offset and event id
to the correct type.

Signed-off-by: Bibby Hsieh <bibby.hsieh@mediatek.com>
Reviewed-by: CK Hu <ck.hu@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
drivers/soc/mediatek/mtk-cmdq-helper.c
include/linux/soc/mediatek/mtk-cmdq.h