From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753690AbcCWCZI (ORCPT ); Tue, 22 Mar 2016 22:25:08 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37464 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753519AbcCWCZC (ORCPT ); Tue, 22 Mar 2016 22:25:02 -0400 Date: Tue, 22 Mar 2016 22:25:01 -0400 From: Greg Kroah-Hartman To: Guenter Roeck Cc: "J. German Rivera" , linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, Bhumika Goyal Subject: Re: [PATCH] Staging: fsl-mc: Fix up bad parameters to dev_err and dev_dbg Message-ID: <20160323022501.GA27320@kroah.com> References: <1458350941-20893-1-git-send-email-linux@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1458350941-20893-1-git-send-email-linux@roeck-us.net> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 18, 2016 at 06:29:01PM -0700, Guenter Roeck wrote: > The first parameter to dev_dbg() and dev_err() is struct device *, > not struct device **. > > Fixes: de71daf5c839 ("Staging: fsl-mc: Replace pr_debug with dev_dbg") > Fixes: 454b0ec8bf99 ("Staging: fsl-mc: Replace pr_err with dev_err") > Cc: Bhumika Goyal > Signed-off-by: Guenter Roeck > --- > drivers/staging/fsl-mc/bus/mc-bus.c | 4 ++-- > drivers/staging/fsl-mc/bus/mc-sys.c | 6 +++--- > 2 files changed, 5 insertions(+), 5 deletions(-) Someone else sent a patch for this before you did, I'll add you to that one... thanks, greg k-h