Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754714AbXF3DqS (ORCPT ); Fri, 29 Jun 2007 23:46:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753456AbXF3DqJ (ORCPT ); Fri, 29 Jun 2007 23:46:09 -0400 Received: from wa-out-1112.google.com ([209.85.146.176]:56880 "EHLO wa-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753116AbXF3DqI (ORCPT ); Fri, 29 Jun 2007 23:46:08 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=C03Ct7SyLtrx0tXEK0Hat1io8aJF6K2vPLsEEUCZNyIsxzCrSRZHbWVm4YbQ3mGoO9ADg6BIrAjofySoYECSfnqaEqhQSzuJKlKdhlnS2rCu3ydbKl3iAf7bVJ7+4opPbGK9LqEfMBNDS7ewWg9tYNowRTnlriOFcg4zRD7TqjY= Date: Sat, 30 Jun 2007 12:37:00 +0900 From: Akinobu Mita To: Jay Cliburn Cc: linux-kernel@vger.kernel.org Subject: Re: How to enable dev_dbg messaging Message-ID: <20070630033700.GA4221@APFDCB5C> Mail-Followup-To: Akinobu Mita , Jay Cliburn , linux-kernel@vger.kernel.org References: <20070629222933.24e76cb5@osprey.hogchain.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070629222933.24e76cb5@osprey.hogchain.net> User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 530 Lines: 12 On Fri, Jun 29, 2007 at 10:29:33PM -0500, Jay Cliburn wrote: > How do I turn on dev_dbg messaging in the kernel? I can get > printk(KERN_DEBUG ...) to work just fine, but I don't know how to > enable dev_dbg. Defining DEBUG before including enables dev_dbg to work. - 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/