From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9D8B9C4363A for ; Thu, 8 Oct 2020 14:13:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2D1C421897 for ; Thu, 8 Oct 2020 14:13:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="g9CRhUWK" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730306AbgJHONr (ORCPT ); Thu, 8 Oct 2020 10:13:47 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:43136 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729840AbgJHONr (ORCPT ); Thu, 8 Oct 2020 10:13:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1602166425; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=MoWvB7Y1ueutrTOCt1Bhbac+nUJcW/jM9KT4QwXcBcE=; b=g9CRhUWKYzjFzwqAQUK7b/RXhygIBJ2rYQFEi9nB3hB4N/X8gZkIZhV82QW3cTUqN9DV+r viWOg/kj095KR59XJtzvhG3iMO3uwkTxxzknAQkOEYZLNTpiKNLHvWRDPvM7ILJFVMuE26 1TvWeF/VLxMxQ3yv6F0CYoPK7gM7WlA= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-513-xy3rY8tTPwi2VkkJd7Posg-1; Thu, 08 Oct 2020 10:13:42 -0400 X-MC-Unique: xy3rY8tTPwi2VkkJd7Posg-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8061D805729; Thu, 8 Oct 2020 14:13:40 +0000 (UTC) Received: from gondolin (ovpn-113-82.ams2.redhat.com [10.36.113.82]) by smtp.corp.redhat.com (Postfix) with ESMTP id A970A5C1BD; Thu, 8 Oct 2020 14:13:38 +0000 (UTC) Date: Thu, 8 Oct 2020 16:13:36 +0200 From: Cornelia Huck To: Stefan Haberland Cc: Jens Axboe , linux-block@vger.kernel.org, Jan Hoeppner , linux-s390@vger.kernel.org, Heiko Carstens , Vasily Gorbik , Christian Borntraeger Subject: Re: [PATCH v2 04/10] s390/dasd: Remove unused parameter from dasd_generic_probe() Message-ID: <20201008161336.4fd47919.cohuck@redhat.com> In-Reply-To: <20201008131336.61100-5-sth@linux.ibm.com> References: <20201008131336.61100-1-sth@linux.ibm.com> <20201008131336.61100-5-sth@linux.ibm.com> Organization: Red Hat GmbH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Thu, 8 Oct 2020 15:13:30 +0200 Stefan Haberland wrote: > From: Jan H=C3=B6ppner >=20 > The discipline argument in dasd_generic_probe() isn't used and there is > no history how it was used in the past. Remove it. >=20 > Signed-off-by: Jan H=C3=B6ppner > Reviewed-by: Stefan Haberland > Signed-off-by: Stefan Haberland > --- > drivers/s390/block/dasd.c | 3 +-- > drivers/s390/block/dasd_eckd.c | 2 +- > drivers/s390/block/dasd_fba.c | 2 +- > drivers/s390/block/dasd_int.h | 2 +- > 4 files changed, 4 insertions(+), 5 deletions(-) Reviewed-by: Cornelia Huck