Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752922Ab3H0HgF (ORCPT ); Tue, 27 Aug 2013 03:36:05 -0400 Received: from ams-iport-1.cisco.com ([144.254.224.140]:64596 "EHLO ams-iport-1.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752349Ab3H0HgD (ORCPT ); Tue, 27 Aug 2013 03:36:03 -0400 X-Greylist: delayed 586 seconds by postgrey-1.27 at vger.kernel.org; Tue, 27 Aug 2013 03:36:02 EDT X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AggFAOFTHFKQ/khR/2dsb2JhbABagwe+N4J5gSQWdIIkAQEBBHgBEAsYCRYPCQMCAQIBRQYNAQcCh324FJB3B4QZA5duhiqLN4MgOg X-IronPort-AV: E=Sophos;i="4.89,966,1367971200"; d="scan'208";a="158932058" Message-ID: <521C5493.1050407@cisco.com> Date: Tue, 27 Aug 2013 09:26:11 +0200 From: Hans Verkuil User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130821 Icedove/17.0.8 MIME-Version: 1.0 To: Knut Petersen CC: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, linux-media@vger.kernel.org Subject: Re: [REGRESSION 3.11-rc] wm8775 9-001b: I2C: cannot write ??? to register R?? References: <521A269D.3020909@t-online.de> In-Reply-To: <521A269D.3020909@t-online.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Authenticated-User: hansverk Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 957 Lines: 35 On 08/25/2013 05:45 PM, Knut Petersen wrote: > Booting current git kernel dmesg shows a set of new warnings: > > "wm8775 9-001b: I2C: cannot write ??? to register R??" > > Nevertheless, the hardware seems to work fine. > > This is a new problem, introduced after kernel 3.10. > If necessary I can bisect. Can you try this patch? I'm pretty sure this will fix it. Regards, Hans diff --git a/drivers/media/pci/cx88/cx88.h b/drivers/media/pci/cx88/cx88.h index afe0eae..28893a6 100644 --- a/drivers/media/pci/cx88/cx88.h +++ b/drivers/media/pci/cx88/cx88.h @@ -259,7 +259,7 @@ struct cx88_input { }; enum cx88_audio_chip { - CX88_AUDIO_WM8775, + CX88_AUDIO_WM8775 = 1, CX88_AUDIO_TVAUDIO, }; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/