mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 23:06:50 +07:00
V4L/DVB (7695): pvrusb2: Make associativity of == and && explicit (cosmetic)
Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
ce52f81138
commit
98e184d978
@ -3400,8 +3400,8 @@ static int pvr2_hdw_cmd_usbstream(struct pvr2_hdw *hdw,int runFl)
|
||||
{
|
||||
int status,cc;
|
||||
if ((hdw->pathway_state == PVR2_PATHWAY_DIGITAL) &&
|
||||
hdw->hdw_desc->digital_control_scheme ==
|
||||
PVR2_DIGITAL_SCHEME_HAUPPAUGE) {
|
||||
(hdw->hdw_desc->digital_control_scheme ==
|
||||
PVR2_DIGITAL_SCHEME_HAUPPAUGE)) {
|
||||
cc = (runFl ?
|
||||
FX2CMD_HCW_DTV_STREAMING_ON :
|
||||
FX2CMD_HCW_DTV_STREAMING_OFF);
|
||||
|
Loading…
Reference in New Issue
Block a user