From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 64C58C43217 for ; Mon, 18 Oct 2021 16:18:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4F4AE6103D for ; Mon, 18 Oct 2021 16:18:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233545AbhJRQUx (ORCPT ); Mon, 18 Oct 2021 12:20:53 -0400 Received: from elvis.franken.de ([193.175.24.41]:55142 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233407AbhJRQUw (ORCPT ); Mon, 18 Oct 2021 12:20:52 -0400 Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1mcVLT-0008Tz-02; Mon, 18 Oct 2021 18:18:39 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id C04D1C2616; Mon, 18 Oct 2021 18:17:39 +0200 (CEST) Date: Mon, 18 Oct 2021 18:17:39 +0200 From: Thomas Bogendoerfer To: Andy Shevchenko Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 2/2] bcm47xx: Replace printk(KERN_ALERT ... pci_devname(dev)) with pci_alert() Message-ID: <20211018161739.GC16375@alpha.franken.de> References: <20211013134940.83295-1-andriy.shevchenko@linux.intel.com> <20211013134940.83295-2-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211013134940.83295-2-andriy.shevchenko@linux.intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 13, 2021 at 04:49:40PM +0300, Andy Shevchenko wrote: > Replace printk(KERN_ALERT ... pci_devname(dev)) with pci_alert() which > provides PCI device name in a unified way. > > Signed-off-by: Andy Shevchenko > --- > arch/mips/pci/pci-bcm47xx.c | 12 ++++-------- > 1 file changed, 4 insertions(+), 8 deletions(-) applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]