Messages in this thread |  | | Subject | Re: [PATCH] mac80211: rx: Neaten ieee80211_deliver_skb, remove compare_ether_addr | From | Johannes Berg <> | Date | Wed, 04 Dec 2013 09:16:02 +0100 |
| |
On Tue, 2013-12-03 at 10:29 -0800, Joe Perches wrote: > Remove the unnecessary duplicate test of "if (skb) {" > when !CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS. > > Remove now unnecessary __maybe_unused, neaten comment > Remove unnecessary parenthesis around align cast. > Substitute reference to deprecated compare_ether_addr > with ether_addr_equal.
I already had a patch to remove the __maybe_unused, but this looks good, applied.
johannes
|  |