Re: [PATCH] powerpc/ucc_geth: deal with an compile warning

2014-06-30 Thread Scott Wood
On Tue, 2014-06-24 at 16:18 +0800, Zhao Qiang wrote: > deal with a compile warning: comparison between > 'enum qe_fltr_largest_external_tbl_lookup_key_size' > and 'enum qe_fltr_tbl_lookup_key_size' > > the code: > "if (ug_info->largestexternallookupkeysize == >QE_FLTR_TABLE_LOOKU

[PATCH] powerpc/ucc_geth: deal with an compile warning

2014-06-24 Thread Zhao Qiang
deal with a compile warning: comparison between 'enum qe_fltr_largest_external_tbl_lookup_key_size' and 'enum qe_fltr_tbl_lookup_key_size' the code: "if (ug_info->largestexternallookupkeysize == QE_FLTR_TABLE_LOOKUP_KEY_SIZE_8_BYTES)" is warned because different enum, so modif