From patchwork Sat Feb 18 22:01:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ondrej Zary X-Patchwork-Id: 59035 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:adf:eb09:0:0:0:0:0 with SMTP id s9csp569536wrn; Sat, 18 Feb 2023 14:04:06 -0800 (PST) X-Google-Smtp-Source: AK7set/IEEJobwOG6NVz7rlEuf5LF3E9jLNUsjt4eSQQgevbQ7rOpSNyRj/3H85+haCfzbiblsKh X-Received: by 2002:a05:6a20:914a:b0:bf:3def:16cd with SMTP id x10-20020a056a20914a00b000bf3def16cdmr4272816pzc.59.1676757846518; Sat, 18 Feb 2023 14:04:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1676757846; cv=none; d=google.com; s=arc-20160816; b=H+Rxlesmw9AOCZ6HsqPLd7vHl3yP0srhV8ysEwF6U6XimaGs9MLh5Lk//SSxK+9i/t 0H5ZzU/7rMGUgNI+xFDweGy3rDQiQxsC6jKzz60KvftsE0YTimMVc1NEdIeVL0n/YZA2 eXMNrbNaL4VMxoVJxu7axiqbGUrPOeW4nO61Zp/hTNp5UsxHNyuCWznW45+MlFjk/Wy+ gQof55XRcAl/FDrr5sVRHYzgSadJPEJpDKVwGHUCLjHQR6DJvI1ukiNIIZhv1HtxbY7Q E0oZr2Niy8JeufzH+T6UIVQBjj9RRszfGeAtJ45+uct9UvqVGE9CAxzQeo++UCx62CmT b84w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=PsWmvBrxwSyL+1787HLgbMdi6C/zFjVQTfKu2TxAkes=; b=wmN+y6nLIWt+zp8MwiJ8NtV+Qy3DTP9nVqnY1KHf2AOtpsT6AbtC8wFxmWatPsm/ZE zo42ZM703UkT2g02aO+WKpq+iCOL6GLbjhfjcv6WTCexbyqAaROE7CmUGI+a0rN4JNy7 5AQdXnCyU2kgSmgRXlKwfBxTHkifY2GIleFs8F+KtsOXJ30vxKcD2EFrA3JVYF0AjemF i0/vqH/B3arYRrNhwOnWX6GaeqU4d/ZpjtsSZcy/vDhK4EunSYuflT6IefCjPy2fG+mF p0nwXIFmeTHDBt6ggg9osJXPmMYjGYRUdzZUKMgunbvyFNZFcfET8eeaQZ9ji3secFsR m32g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id h13-20020a63210d000000b004fbbe7c529csi7924310pgh.862.2023.02.18.14.03.53; Sat, 18 Feb 2023 14:04:06 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230033AbjBRWCP (ORCPT + 99 others); Sat, 18 Feb 2023 17:02:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51674 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229608AbjBRWCH (ORCPT ); Sat, 18 Feb 2023 17:02:07 -0500 Received: from hosting.gsystem.sk (hosting.gsystem.sk [212.5.213.30]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 7435B12877; Sat, 18 Feb 2023 14:02:04 -0800 (PST) Received: from gsql.ggedos.sk (off-20.infotel.telecom.sk [212.5.213.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by hosting.gsystem.sk (Postfix) with ESMTPSA id 9EC057A0596; Sat, 18 Feb 2023 23:02:02 +0100 (CET) From: Ondrej Zary To: Damien Le Moal Cc: Christoph Hellwig , Sergey Shtylyov , Jens Axboe , Tim Waugh , linux-block@vger.kernel.org, linux-parport@lists.infradead.org, linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 04/18] pata_parport: remove useless printks at module_init of bpck6 Date: Sat, 18 Feb 2023 23:01:24 +0100 Message-Id: <20230218220138.5692-5-linux@zary.sk> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20230218220138.5692-1-linux@zary.sk> References: <20230218220138.5692-1-linux@zary.sk> MIME-Version: 1.0 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-getmail-retrieved-from-mailbox: =?utf-8?q?INBOX?= X-GMAIL-THRID: =?utf-8?q?1758208035229110355?= X-GMAIL-MSGID: =?utf-8?q?1758208035229110355?= bpck6 prints some useless messages on module_init. Remove them. Reviewed-by: Sergey Shtylyov Signed-off-by: Ondrej Zary --- drivers/ata/pata_parport/bpck6.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/ata/pata_parport/bpck6.c b/drivers/ata/pata_parport/bpck6.c index d897e2a28efe..3b3a40e48b21 100644 --- a/drivers/ata/pata_parport/bpck6.c +++ b/drivers/ata/pata_parport/bpck6.c @@ -247,10 +247,6 @@ static struct pi_protocol bpck6 = { static int __init bpck6_init(void) { - printk(KERN_INFO "bpck6: BACKPACK Protocol Driver V"BACKPACK_VERSION"\n"); - printk(KERN_INFO "bpck6: Copyright 2001 by Micro Solutions, Inc., DeKalb IL. USA\n"); - if(verbose) - printk(KERN_DEBUG "bpck6: verbose debug enabled.\n"); return paride_register(&bpck6); }