> Subject: [PATCH v3 1/4] fpga: dfl: change data type of feature id to u16 > > The feature id is stored in a 12 bit field in DFH. So a u16 variable is > enough for feature id. > > This patch changes all feature id related places to fit u16. > > Signed-off-by: Xu Yilun <yilun...@intel.com> > Reviewed-by: Tom Rix <t...@redhat.com>
Acked-by: Wu Hao <hao...@intel.com> Thanks Hao