Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755720Ab1BOTJh (ORCPT ); Tue, 15 Feb 2011 14:09:37 -0500 Received: from mail2.microsoft.com ([131.107.115.215]:52480 "EHLO smtp.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754770Ab1BOTJf convert rfc822-to-8bit (ORCPT ); Tue, 15 Feb 2011 14:09:35 -0500 From: Hank Janssen To: Greg KH CC: KY Srinivasan , "linux-kernel@vger.kernel.org" , "devel@linuxdriverproject.org" , "virtualization@lists.osdl.org" , Haiyang Zhang , Hashir Abdi , Mike Sterling Subject: RE: [PATCH ]:Staging: hv: Allocate the vmbus irq dynamically Thread-Topic: [PATCH ]:Staging: hv: Allocate the vmbus irq dynamically Thread-Index: AQHLzSIS6znEnyFqNE6ccb9lSMyu/JQDPp0AgAAPB4D//3rkwIAAjUSA//97LcCAABvuQA== Date: Tue, 15 Feb 2011 19:09:34 +0000 Message-ID: <8AFC7968D54FB448A30D8F38F259C56233F97479@TK5EX14MBXC114.redmond.corp.microsoft.com> References: <1297782937-24082-1-git-send-email-kys@microsoft.com> <20110215155954.GA32313@suse.de> <8AFC7968D54FB448A30D8F38F259C56233F9714A@TK5EX14MBXC114.redmond.corp.microsoft.com> <20110215172253.GB18437@suse.de> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [157.54.123.12] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 861 Lines: 25 > > -----Original Message----- > > From: Greg KH [mailto:gregkh@suse.de] > > Sent: Tuesday, February 15, 2011 9:23 AM > > > Before the end of the week I will submit two patches for this; > > > > > > Remove DPRINT and change it to printk > > > > No, use dev_dbg() and friends instead of "raw" printk() calls. > > > > Will do, you caught me just as I was starting the conversion :) While cleaning this up there are a few places in vmbus and channel behavior where it is not in a device context. Are printk's okay in that context? The three drivers network/SCSI and Block of course will use dev_XX family. Hank. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/