Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754202AbZG1N77 (ORCPT ); Tue, 28 Jul 2009 09:59:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751320AbZG1N77 (ORCPT ); Tue, 28 Jul 2009 09:59:59 -0400 Received: from mail-fx0-f216.google.com ([209.85.220.216]:49044 "EHLO mail-fx0-f216.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751110AbZG1N76 (ORCPT ); Tue, 28 Jul 2009 09:59:58 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=wHlkT7vqoHfwwJfjwCSu73OvCvPwg7rp0a71htcsy60CiRTjYHvS+X2+P0+OWOyBOd EEe9f0fzPw5OFNBTdVY9o4JWbDez08YzS8iWUWfnpno+ARBNSz3CgSUytI12bxleu2Du jvI+tg/PJhZlqL1ydrtrLZJwKXN5E134GqXUY= MIME-Version: 1.0 In-Reply-To: References: <1247672919-13089-1-git-send-email-petkovbb@gmail.com> <20090723082904.GE3997@dtor-d630.eng.vmware.com> <9ea470500907230221m1664be8ft2aaf63d2550de6f8@mail.gmail.com> <9ea470500907230553h3ae169c0nc6abaeedb08bef1e@mail.gmail.com> <20090727162940.DA90C526EC9@mailhub.coreip.homeip.net> <20090727183733.GB3044@liondog.tnic> <9ea470500907280208v1d8140b5v9d7d7f09df8f060f@mail.gmail.com> Date: Tue, 28 Jul 2009 15:59:58 +0200 Message-ID: <9ea470500907280659m5a65ac2et67651247bf6925c7@mail.gmail.com> Subject: Re: [PATCH] acerhdf: convert to dev_pm_ops From: Borislav Petkov To: Peter Feuerer Cc: Dmitry Torokhov , lenb@kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1054 Lines: 26 On Tue, Jul 28, 2009 at 3:25 PM, Peter Feuerer wrote: [..] >> That's not a reason for keeping code in the kernel and raising bloat >> levels unnecessarily. If the driver doesn't need to do anything on >> resume, then no function is needed. > > I don't think the verbose message is useless. If an user has a problem > with suspend / hibernate I can just ask him to load the module with > verbose=1 and dmesg tells whether the module is waking up or not. Since the driver doesn't do anything upon resume, it _is_ _going_ to resume just fine. If not, then the problem is located somewhere else, i.e. you can safely assume that you are resuming ok. Also, it's not like this is the only verbose printk you have in the driver to not be able to follow what's going on... -- Regards/Gruss, Boris -- 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/