From patchwork Fri Oct 31 13:13:39 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Akihiro TSUKADA X-Patchwork-Id: 5204321 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 44619C11AE for ; Fri, 31 Oct 2014 13:14:26 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7071020158 for ; Fri, 31 Oct 2014 13:14:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id ED94120173 for ; Fri, 31 Oct 2014 13:14:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932663AbaJaNOU (ORCPT ); Fri, 31 Oct 2014 09:14:20 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:48637 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932646AbaJaNOR (ORCPT ); Fri, 31 Oct 2014 09:14:17 -0400 Received: by mail-pa0-f53.google.com with SMTP id kx10so7604318pab.26 for ; Fri, 31 Oct 2014 06:14:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=/1fgn5O6v9DisDy1g0h9VgXP6Bo4/D13p9a5aKlhO8A=; b=NllNDzUgBig7UnnR9zbg5D3ctR5pNdcyap37J3NNYOakDvmmUY5fwO/wguwCkmYQn9 6nQFencoto6EfkRGjRIycY/c27jO3//EvclZCypGvc5WgP/lBTOZg1Y16JglqDh0lgGv JYLHKiPmkNPqhWvjcrJkhewpRXd+kvsIP5N93m2ExezR7vsulxpCSO5vmT3o0OrfQDRD 9c1G/Snh4n7MGl+7GCpy0BLsOfCJe9qiQ7F+oFND5wZpL0Dz6wtyLEQQIJjirTcLGOy1 P8vpkkNcOTmVyb/CuzMf905rkc0xH0g/9ym86HpLPJbahxwb+1ob8w2iCTXK/429hhU7 RFHg== X-Received: by 10.66.242.203 with SMTP id ws11mr24913746pac.69.1414761256676; Fri, 31 Oct 2014 06:14:16 -0700 (PDT) Received: from seabird.localdomain.localdomain (softbank219203027033.bbtec.net. [219.203.27.33]) by mx.google.com with ESMTPSA id mo1sm9895815pbc.69.2014.10.31.06.14.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 31 Oct 2014 06:14:15 -0700 (PDT) From: tskd08@gmail.com To: linux-media@vger.kernel.org Cc: m.chehab@samsung.com, Akihiro Tsukada Subject: [PATCH v3 2/7] v4l-utils/libdvbv5: add as many channels as possible in scanning DVB-T2 Date: Fri, 31 Oct 2014 22:13:39 +0900 Message-Id: <1414761224-32761-3-git-send-email-tskd08@gmail.com> X-Mailer: git-send-email 2.1.3 In-Reply-To: <1414761224-32761-1-git-send-email-tskd08@gmail.com> References: <1414761224-32761-1-git-send-email-tskd08@gmail.com> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Akihiro Tsukada Signed-off-by: Akihiro Tsukada --- lib/libdvbv5/dvb-scan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libdvbv5/dvb-scan.c b/lib/libdvbv5/dvb-scan.c index 31eb78f..690e393 100644 --- a/lib/libdvbv5/dvb-scan.c +++ b/lib/libdvbv5/dvb-scan.c @@ -925,7 +925,7 @@ static void add_update_nit_dvbt2(struct dvb_table_nit *nit, t2->centre_frequency[i] * 10, tr->shift, tr->pol, t2->plp_id); if (!new) - return; + continue; dvb_store_entry_prop(new, DTV_DELIVERY_SYSTEM, SYS_DVBT2);