Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98e184d9 authored by Mike Isely's avatar Mike Isely Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (7695): pvrusb2: Make associativity of == and && explicit (cosmetic)

parent ce52f811
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);