Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751986AbdHCOg6 (ORCPT ); Thu, 3 Aug 2017 10:36:58 -0400 Received: from smtp-out6.electric.net ([192.162.217.182]:60183 "EHLO smtp-out6.electric.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751251AbdHCOg5 (ORCPT ); Thu, 3 Aug 2017 10:36:57 -0400 From: David Laight To: =?utf-8?B?J0pvw6NvIFBhdWxvIFJlY2hpIFZpdGEn?= , "Johannes Berg" , Emmanuel Grumbach , Luca Coelho , "Intel Linux Wireless" , Kalle Valo CC: "linux@endlessm.com" , "linux-wireless@vger.kernel.org" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , =?utf-8?B?Sm/Do28gUGF1bG8gUmVjaGkgVml0YQ==?= Subject: RE: [PATCH v2] iwlwifi: Demote messages about fw flags size to info Thread-Topic: [PATCH v2] iwlwifi: Demote messages about fw flags size to info Thread-Index: AQHTDGUf8lUHbhMkn0uWJwETwEKtP6JysudQ Date: Thu, 3 Aug 2017 14:36:48 +0000 Message-ID: <063D6719AE5E284EB5DD2968C1650D6DD004A3CC@AcuExch.aculab.com> References: <1501649208.2588.55.camel@coelho.fi> <20170803143005.31379-1-jprvita@endlessm.com> In-Reply-To: <20170803143005.31379-1-jprvita@endlessm.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.202.99.200] Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 X-Outbound-IP: 156.67.243.126 X-Env-From: David.Laight@ACULAB.COM X-Proto: esmtps X-Revdns: X-HELO: AcuExch.aculab.com X-TLS: TLSv1:AES128-SHA:128 X-Authenticated_ID: X-PolicySMART: 3396946, 3397078 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by nfs id v73Eb46q018727 Content-Length: 526 Lines: 16 From: João Paulo Rechi Vita > Sent: 03 August 2017 15:30 > These messages are not reporting a real error, just the fact that the > firmware knows about more flags then the driver. than > > Currently these messages are presented to the user during boot if there > is no bootsplash covering the console, even when booting the kernel with > "quiet". > > Demoting it to the warn level helps having a clean boot process. > > Signed-off-by: Joo Paulo Rechi Vita David