Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp362247pxb; Thu, 5 Nov 2020 01:59:25 -0800 (PST) X-Google-Smtp-Source: ABdhPJxzblCpRV8x/bFCuSqXZJSRQG2r1v/Mv0i0VUb0ifOcTmBoIT5Zc1+r9sUQjyAwlxLaRWjr X-Received: by 2002:a17:906:6545:: with SMTP id u5mr1468173ejn.346.1604570365023; Thu, 05 Nov 2020 01:59:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604570365; cv=none; d=google.com; s=arc-20160816; b=dKInUUgoDMqmmoirKCoDYVnitB4urYr/yLSrNK4f9YcEziLajjCnrBhTtt6M354rjA NlbH7Y/+u58RNDcnc0gTKIH51db5b0KL9otNC1WkIpoHuQyFjlmOqAzcZVCgWog9OMV/ Q2amW+0hAM6cef7tPNWxen14JSQeO3XQDsuyUIjgVuyxpve0ATfDOMYPLtyI2tszinB8 qrZaZtnd7/FoghENZ9wNOf8ntkNjFyiUuR1kA6OF6tVMSbrfQrv1EBlOzfOWkEUuort8 uiE0Oa1VO9/hoJIJbqAA5OrijRbOIMnFxWJaChiclHIK+5BUD3Pkd08hR4it0PRF23FN jCiw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dkim-signature; bh=0hSvIk/8YbL/jNtZea9FTUtfC2iwZA9M2IWmyhj1bSA=; b=ke+8H1jqp5M+XrIWJky1onCU75PjPd3aAl8hvIFrJo8r/SvpQqzZPa1EGwdUTWlDcm Yf7McC4P1IflLniSIOJNS+RtCsRqHeJZnmSKIdKXBpPoCAmZJyFhbeH6OgwobKC77awI b+RfPUq5rAdeD2VyjLPXdKAgIuHEkiJFyST6Z45OiGYZ1VOhNTIm4kWVLyEhyvMWAP/D Dnu9iIJx6fPIT/zApgMBIPBp9gy2nPio848jPlacSdLM85+tkgeQ0KBcretn64ZeORuX bzMOMy5opKcwJp72PgxlvHBpG3gin9zBytftBqSgzab51w/ylSbC6rgjm+tmg9bCUUZf GBUQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=qPSzj4nX; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i6si830591ejs.599.2020.11.05.01.59.02; Thu, 05 Nov 2020 01:59:25 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=qPSzj4nX; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726984AbgKEJzH (ORCPT + 99 others); Thu, 5 Nov 2020 04:55:07 -0500 Received: from mail.kernel.org ([198.145.29.99]:35972 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725468AbgKEJzH (ORCPT ); Thu, 5 Nov 2020 04:55:07 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 38C682151B; Thu, 5 Nov 2020 09:55:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604570105; bh=KGIP1wr1jvU77ylGCI/rcGT14bE4bc1Zp9eOPTIJAtI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qPSzj4nXW/qRfDl3lskAsYdXJUEgRGo9BQABrS/fXN1kBjtarewaITzkhFhU4RIqa eQOaMIP1w4rg/iPuvx/o1wWmRr+l79dQhfkyVQtZOvG3gASITDJjZQK/RjjcKxDltT HHnbYn/DLE19V+Sz1omD8IN96EhVm+Q/uUn/8yms= Date: Thu, 5 Nov 2020 10:55:54 +0100 From: Greg Kroah-Hartman To: Paul Fulghum Cc: Jiri Slaby , Lee Jones , "linux-kernel@vger.kernel.org Mailing List" Subject: Re: [PATCH 27/36] tty: synclinkmp: Mark never checked 'readval' as __always_unused Message-ID: <20201105095554.GA3451966@kroah.com> References: <20201104193549.4026187-1-lee.jones@linaro.org> <20201104193549.4026187-28-lee.jones@linaro.org> <0a4043ee-dad5-7691-8c67-db73d3c12f52@kernel.org> <20201105084341.GZ4488@dell> <69E3975E-A4D0-4472-80F0-9FAB2E0024FA@microgate.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <69E3975E-A4D0-4472-80F0-9FAB2E0024FA@microgate.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 05, 2020 at 01:39:36AM -0800, Paul Fulghum wrote: > > > > On Nov 5, 2020, at 1:10 AM, Jiri Slaby wrote: > > > > OK, let the loop alone. I would bet a half a pig that noone is able to test this driver. But one has to write this for someone to raise and admit they are still using it. In fact, there are _4_ google replies to "Microgate Corporation" "SyncLink Multiport Adapter" "lspci". > > > > The hardware used with synclink.c and synclinkmp.c has not been manufactured for 15 years and was low volume. The chances of either driver still being in use is very low. Not even Microgate (me) has the ability to test either anymore (no hardware). I don’t know the policy about driver removal, but I think both could be removed without upsetting anyone. > > synclink_gt.c is still in production and the driver still actively used. > > If there are no objections to removing the the old drivers (synclink.c/synclink_mp.c) I could make a patch to do so tomorrow (it is 1:30am here now). Nothing eliminates niggling warnings like removing dead code. Great, please submit a patch to remove these, I will always take patches to delete lines :) thanks, greg k-h