Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp2988100imm; Sun, 1 Jul 2018 09:47:19 -0700 (PDT) X-Google-Smtp-Source: ADUXVKIW0Mkl84QIbssUA7o52tQfeHMeCveOXcbDCJ28qkZRrsWk6QkUxvBcix/QFwIJiJlHouw4 X-Received: by 2002:a65:47cc:: with SMTP id f12-v6mr19023561pgs.173.1530463639190; Sun, 01 Jul 2018 09:47:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530463639; cv=none; d=google.com; s=arc-20160816; b=OoS3CnuyUpIAu+CO2SQsn1HfM3BTyQHFORseo7JwWhj4coHW3gjGBL1p2ekBDBpGD7 SkNZJPPSYVLU6gm/tmLO4FRcXJo2amTD6IkUH3WP4OqxqVo8fTJv/OnYQRmp+ZEVO7l+ U0Do8nXXyA1JdkAScLBVKoxca5mW522nVRza9j48t3pFnFPDHqfKkfdniHZi4boSkd5l v0SC2NdcrDU3KyQvJVIFaO6U4QDH93WuLzLbqkpjPxOesweyy0IKSuVPbUq0BRRVloe3 WnsW7ttB8IRDZf/RRcl2/zSJlvGwzJPv/WwGWpAJN84H0DAnQrgjKYV5MDJp1aqorFzo FXSg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=w+YOHHgHNXdSeoquuMpgKKT/Uh8AYo4kp4rz2KwGx1s=; b=TCjYum4MpgWbe5v560FHO8HHH9R8QqWWTtyc5MUXOLu1EVCoJIEfPTk5h64nhTurA7 tRNmdVEGxuIOMQ9PrpQie622vaNGK1NGW5KTsCZ3UeSP4a29J3ilDqa0c7y3dxSl4jQe olZI6GovIiARnfiZUfb7okiWU+r+/YLcZtQj3yFHD68f6v1/z/mEsCyXlfvGs0DwXjw7 NDZwiOFX1K//I+c1st5wIOfYZ9P8x01P1F38NBWdm7SYg78Y+ySVasr9WB+LwfbzPioI vAtlvoCMvLU1Pf1WeLkiyACEnHDrL3FKlxtlv51TVjee1TG/F5osq5S4kvUipumM2Xxy nOgQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q185-v6si13985462pfb.216.2018.07.01.09.47.04; Sun, 01 Jul 2018 09:47:19 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933844AbeGAQoj (ORCPT + 99 others); Sun, 1 Jul 2018 12:44:39 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:38072 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1032226AbeGAQof (ORCPT ); Sun, 1 Jul 2018 12:44:35 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 2909192B; Sun, 1 Jul 2018 16:44:35 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Brad Love , Mauro Carvalho Chehab Subject: [PATCH 4.17 175/220] media: cx231xx: Ignore an i2c mux adapter Date: Sun, 1 Jul 2018 18:23:19 +0200 Message-Id: <20180701160915.549663518@linuxfoundation.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180701160908.272447118@linuxfoundation.org> References: <20180701160908.272447118@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.17-stable review patch. If anyone has any objections, please let me know. ------------------ From: Brad Love commit 13a257f8d5a530bd2aa004a067ba1f2b8f5ef76d upstream. Hauppauge 935C cannot communicate with the si2157 when using the mux adapter returned by the si2168, so disable it to fix the device. Signed-off-by: Brad Love Cc: stable@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Greg Kroah-Hartman --- drivers/media/usb/cx231xx/cx231xx-dvb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/media/usb/cx231xx/cx231xx-dvb.c +++ b/drivers/media/usb/cx231xx/cx231xx-dvb.c @@ -1151,7 +1151,7 @@ static int dvb_init(struct cx231xx *dev) info.platform_data = &si2157_config; request_module("si2157"); - client = i2c_new_device(adapter, &info); + client = i2c_new_device(tuner_i2c, &info); if (client == NULL || client->dev.driver == NULL) { module_put(dvb->i2c_client_demod[0]->dev.driver->owner); i2c_unregister_device(dvb->i2c_client_demod[0]);