From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] qed: Avoid implicit enum conversion in qed_set_tunn_cls_info Date: Wed, 26 Sep 2018 20:16:56 -0700 (PDT) Message-ID: <20180926.201656.67517716763683775.davem@davemloft.net> References: <20180924205334.7337-1-natechancellor@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Ariel.Elior@cavium.com, everest-linux-l2@cavium.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: natechancellor@gmail.com Return-path: In-Reply-To: <20180924205334.7337-1-natechancellor@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Nathan Chancellor Date: Mon, 24 Sep 2018 13:53:34 -0700 > Clang warns when one enumerated type is implicitly converted to another. ... > Link: https://github.com/ClangBuiltLinux/linux/issues/125 > Signed-off-by: Nathan Chancellor Applied.