Return-path: Received: from smtprelay0064.hostedemail.com ([216.40.44.64]:37496 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751418AbcHME7d (ORCPT ); Sat, 13 Aug 2016 00:59:33 -0400 Message-ID: <1471064367.3467.8.camel@perches.com> (sfid-20160813_065936_945237_763DE5F5) Subject: Re: [PATCH 1/2] etherdevice: add is_zero_ether_addr_unaligned() From: Joe Perches To: Petri Gynther Cc: linux-wireless@vger.kernel.org, kvalo@codeaurora.org, David Miller , Amitkumar Karwar Date: Fri, 12 Aug 2016 21:59:27 -0700 In-Reply-To: References: <1471057200-58166-1-git-send-email-pgynther@google.com> <1471061519.3467.7.camel@perches.com> Content-Type: text/plain; charset="ISO-8859-1" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Fri, 2016-08-12 at 21:40 -0700, Petri Gynther wrote: > But, we need to return true (1) when the bitwise OR result is zero. > Same logic as in is_zero_ether_addr(). right.