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

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

V4L/DVB (7698): pvrusb2: Remove never-reached break statements (trivial)

parent b9a37d91
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3801,13 +3801,11 @@ static unsigned int pvr2_hdw_report_unlocked(struct pvr2_hdw *hdw,int which,
			 " <usb:run>" : " <usb:stop>"),
			(hdw->state_pathway_ok ?
			 " <pathway:ok>" : ""));
		break;
	case 3:
		return scnprintf(
			buf,acnt,
			"state: %s",
			pvr2_get_state_name(hdw->master_state));
		break;
	default: break;
	}
	return 0;