Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751672AbcJLEeZ (ORCPT ); Wed, 12 Oct 2016 00:34:25 -0400 Received: from mail-yw0-f196.google.com ([209.85.161.196]:35605 "EHLO mail-yw0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750763AbcJLEeY (ORCPT ); Wed, 12 Oct 2016 00:34:24 -0400 MIME-Version: 1.0 In-Reply-To: <1476180668.17022.21.camel@tiscali.nl> References: <20161010071943.4717-1-chris@rorvick.com> <1476108164.5210.11.camel@coelho.fi> <1476180668.17022.21.camel@tiscali.nl> From: Chris Rorvick Date: Tue, 11 Oct 2016 23:32:47 -0500 X-Google-Sender-Auth: uIkCRHdZv7vy8PVSu8evv0Ac1Yo Message-ID: Subject: Re: [PATCH] iwlwifi: pcie: reduce "unsupported splx" to a warning To: Paul Bolle Cc: Luca Coelho , Intel Linux Wireless , Emmanuel Grumbach , Johannes Berg , Kalle Valo , Oren Givon , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 857 Lines: 34 On Tue, Oct 11, 2016 at 5:11 AM, Paul Bolle wrote: > For what it's worth, on my machine I have twenty (!) SPLX entries, all > reading: > Name (SPLX, Package (0x04) > { > Zero, > Package (0x03) > { > 0x80000000, > 0x80000000, > 0x80000000 > }, > > Package (0x03) > { > 0x80000000, > 0x80000000, > 0x80000000 > }, > > Package (0x03) > { > 0x80000000, > 0x80000000, > 0x80000000 > } > }) I actually see exactly the same on my Dell XPS 13 (9350) when I use acpidump, etc. I typed the entry I included in the commit log by hand based on what the driver gets back from the SPLC method (I added a function to dump the returned object.) Chris