From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752785AbdDHO70 (ORCPT ); Sat, 8 Apr 2017 10:59:26 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41806 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752076AbdDHO7T (ORCPT ); Sat, 8 Apr 2017 10:59:19 -0400 Date: Sat, 8 Apr 2017 16:59:07 +0200 From: Greg Kroah-Hartman To: Aishwarya Pant Cc: Stephen Warren , Lee Jones , Eric Anholt , Florian Fainelli , Ray Jui , Scott Branden , bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] staging: bcm2835-audio: remove unnecessary log messages Message-ID: <20170408145907.GA3789@kroah.com> References: <20170403183343.GA3620@aishwarya> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170403183343.GA3620@aishwarya> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 04, 2017 at 12:03:43AM +0530, Aishwarya Pant wrote: > Remove unnecessary log messages in the driver which are just tracking > function entry and exits. > > Signed-off-by: Aishwarya Pant > --- > Changes in v2: > Patch v1 introduced a compile error; remove it by deleting the log > continuation. > > .../vc04_services/bcm2835-audio/bcm2835-ctl.c | 2 -- > .../vc04_services/bcm2835-audio/bcm2835-pcm.c | 19 ----------- > .../vc04_services/bcm2835-audio/bcm2835-vchiq.c | 38 ---------------------- > 3 files changed, 59 deletions(-) Doesn't apply against my tree at all :(