Received: by 2002:ac0:950e:0:0:0:0:0 with SMTP id f14csp1302841imc; Sun, 17 Mar 2019 09:53:59 -0700 (PDT) X-Google-Smtp-Source: APXvYqx1LUz1c98g2Q+BMWmor9rar67hAsHm+7hEV0kBIFLRzw3hwrOWk1HZ9cy5obpre4VDBIbW X-Received: by 2002:a63:2bd5:: with SMTP id r204mr13850825pgr.48.1552841639466; Sun, 17 Mar 2019 09:53:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1552841639; cv=none; d=google.com; s=arc-20160816; b=LGpY1x7OTq+8noVzhCIg/LwnkOd9SWjuZikX/TXZUYp5SoZtzdwaZd/GFJ60hCGEHO jKgOu8uP9ovgAMr0e8D7wlsUSLKUhkJcPhH95A5yNzI+4EduhYn8snmCGHQthystc500 pBJWdsJ2NPua9x9clNaB5di4Z0Usu7q2wwLeu2Db40dFupTOg+kojvLdYyCjOmMlJ75K aNi9WuKzCInD+uK9UXXOinjn6HRn/qxoQA4nWHX5LDdKsHjA2+KiGiBMhDF+D5Ukye4Z aiax92WFAbd9bGgzbnSSYRbT5/IMIMvp86LbWRANqRCBTc8+gDxtdUNENvb9Fs9JcZP5 m5Ig== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:message-id:in-reply-to:date:references:subject:cc:to :from; bh=E/8FSV06h1vhay5jGXvzyuR1m5jDrBafZLBEKIvBQOM=; b=Gzr+5W1KThfTVs+7vNab8XhURR2cAA+lNwa9AQNBMlWYTM9OGUriK0II67CQL3n6Z/ ptYL/gINjWiNeLjD47Uczv/+NzD0CKUgG3KX9hggR/VjgGHG+ZMo843JrZ0fhQTYUJ4O kNhcZ4Si404miRW9EDq2D/vLYiI8nnOfEcbiVFGrEcIIRFWw/1gCD6JavFdORz0by93m Av7DE73SLde/AnHtF/+P6N8d9zhfFioMNX1VmrUSen1uXzrhNlfdmQChs59f7es/fpk3 9odFi/Dt0bwOwnZFYqUG+5gmjzAa4gar024GyXZzetbl5muyntwtW+H6t8MzAg+r7gXE tzEA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h19si969100pgi.363.2019.03.17.09.53.43; Sun, 17 Mar 2019 09:53:59 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726741AbfCQQww convert rfc822-to-8bit (ORCPT + 99 others); Sun, 17 Mar 2019 12:52:52 -0400 Received: from unicorn.mansr.com ([81.2.72.234]:47470 "EHLO unicorn.mansr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726493AbfCQQww (ORCPT ); Sun, 17 Mar 2019 12:52:52 -0400 Received: by unicorn.mansr.com (Postfix, from userid 51770) id 8AD6D15060; Sun, 17 Mar 2019 16:52:51 +0000 (GMT) From: =?iso-8859-1?Q?M=E5ns_Rullg=E5rd?= To: Miguel Ojeda Cc: Andy Shevchenko , Linux Kernel Mailing List Subject: Re: [PATCH 3/3] auxdisplay: charlcd: make backlight initial state configurable References: <20190301184816.784-1-mans@mansr.com> <20190301184816.784-3-mans@mansr.com> Date: Sun, 17 Mar 2019 16:52:51 +0000 In-Reply-To: (Miguel Ojeda's message of "Sun, 17 Mar 2019 08:43:51 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Miguel Ojeda writes: > On Tue, Mar 12, 2019 at 4:48 PM M?ns Rullg?rd wrote: >> >> The current code unconditionally flashes the light once. I though it >> best to keep that behaviour as default, even if it's not seen as ideal. > > Sent into -next. If no one else says anything after a few days, I will > send the series for -rc2. > > By the way, what about the other comment Andy mentioned? i.e. > "defined(_OFF)" (in case you missed to answer it). With a correct config, there should be no difference. If someone managed to create a config without any of the alternatives selected, a compiler error would result. I don't really have much of an opinion on which behaviour is preferable in that situation. -- M?ns Rullg?rd