Searched hist:"5532 c628" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/media/ |
H A D | dvb_frontend.h | 5532c628 Thu Jul 04 15:58:12 CDT 2019 Luke Nowakowski-Krijger <lnowakow@eng.ucsd.edu> media: dvb_frontend.h: Fix shifting signed 32-bit value problem
Fix DVBFE_ALGO_RECOVERY and DVBFE_ALGO_SEARCH_ERROR use BIT macro which fixes undefined behavior error by certain compilers.
Also changed all other bit shifted definitions to use macro for better readability.
Signed-off-by: Luke Nowakowski-Krijger <lnowakow@eng.ucsd.edu> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> 5532c628 Thu Jul 04 15:58:12 CDT 2019 Luke Nowakowski-Krijger <lnowakow@eng.ucsd.edu> media: dvb_frontend.h: Fix shifting signed 32-bit value problem Fix DVBFE_ALGO_RECOVERY and DVBFE_ALGO_SEARCH_ERROR use BIT macro which fixes undefined behavior error by certain compilers. Also changed all other bit shifted definitions to use macro for better readability. Signed-off-by: Luke Nowakowski-Krijger <lnowakow@eng.ucsd.edu> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
|