All of lore.kernel.org
 help / color / mirror / Atom feed
From: Larry Finger <Larry.Finger@lwfinger.net>
To: Priit Laes <plaes@plaes.org>,
	Chaoming Li <chaoming_li@realsil.com.cn>,
	Kalle Valo <kvalo@codeaurora.org>
Cc: linux-wireless@vger.kernel.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 4/7] rtlwifi: Remove unused RTL_SUPPORTED_CTRL_FILTER define
Date: Fri, 30 Jan 2015 10:06:44 -0600	[thread overview]
Message-ID: <54CBAC14.5060502@lwfinger.net> (raw)
In-Reply-To: <1422341373-22196-4-git-send-email-plaes@plaes.org>

On 01/27/2015 12:49 AM, Priit Laes wrote:
> Signed-off-by: Priit Laes <plaes@plaes.org>
> ---
>   drivers/net/wireless/rtlwifi/core.h | 2 --
>   1 file changed, 2 deletions(-)
>
> diff --git a/drivers/net/wireless/rtlwifi/core.h b/drivers/net/wireless/rtlwifi/core.h
> index 624e1dc..3b37557 100644
> --- a/drivers/net/wireless/rtlwifi/core.h
> +++ b/drivers/net/wireless/rtlwifi/core.h
> @@ -33,8 +33,6 @@
>   	FIF_FCSFAIL | \
>   	FIF_BCN_PRBRESP_PROMISC)
>
> -#define RTL_SUPPORTED_CTRL_FILTER	0xFF
> -
>   extern const struct ieee80211_ops rtl_ops;
>   void rtl_fw_cb(const struct firmware *firmware, void *context);
>   void rtl_addr_delay(u32 addr);

Priit,

I have a couple of points to make. First, when you submit a series of patches 
like this, it is customary to use the cover letter feature of git to generate a 
0/X patch in which to explain the set of patches. In this case, the cover letter 
is not necessary, but it is a good habit to cultivate.

The second point is more important. I'm not sure what source you used to 
generate your patches, but it was clearly not wireless-drivers-next. Commit 
6f8214b69057 ("rtlwifi: Create new routine to initialize the DM tables") moved a 
lot of stuff from the individual drivers into the core. Some of the new stuff 
was included right after the definition of RTL_SUPPORTED_CTRL_FILTER, thus your 
patch fails to apply.

Once you fix this problem, and resubmit V2 of the series, I will approve them. 
FYI, Kalle prefers that all patches be resubmitted, not just the one that changes.


Larry



  reply	other threads:[~2015-01-30 16:06 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-27  6:49 [PATCH 1/7] rtlwifi: Remove unused defines from rtl8192cu driver Priit Laes
2015-01-27  6:49 ` [PATCH 2/7] rtlwifi: Remove unused defines from driver-specific def.h Priit Laes
2015-01-27  6:49 ` [PATCH 3/7] rtlwifi: Remove unused RF6052_MAX_REG define Priit Laes
2015-01-27  6:49 ` [PATCH 4/7] rtlwifi: Remove unused RTL_SUPPORTED_CTRL_FILTER define Priit Laes
2015-01-30 16:06   ` Larry Finger [this message]
2015-01-27  6:49 ` [PATCH 5/7] rtlwifi: Remove unused defines from cam.h Priit Laes
2015-01-27  6:49 ` [PATCH 6/7] rtlwifi: Remove unused defines from base.h Priit Laes
2015-01-27  6:49 ` [PATCH 7/7] rtlwifi: Remove unused defines from efuse.h Priit Laes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54CBAC14.5060502@lwfinger.net \
    --to=larry.finger@lwfinger.net \
    --cc=chaoming_li@realsil.com.cn \
    --cc=kvalo@codeaurora.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=plaes@plaes.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.