From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Ivy Lopez <skunkolee@gmail.com>
Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org,
Dan Carpenter <error27@gmail.com>
Subject: Re: [PATCH v2] staging: rtl8723bs: define EEPROM_DEFAULT_DIFF as -2 directly
Date: Tue, 1 Sep 2026 12:03:39 +0200 [thread overview]
Message-ID: <2026090122-situated-situation-f599@gregkh> (raw)
In-Reply-To: <20260817210507.26168-1-skunkolee@gmail.com>
On Mon, Aug 17, 2026 at 03:05:07PM -0600, Ivy Lopez wrote:
> EEPROM_DEFAULT_DIFF is defined as the bare integer literal 0xFE
> (254) but is only ever assigned into s8 (signed char) fields used
> to store signed TX power calibration offsets. The value -2 is the
> intended default offset; expressing it as -2 directly instead of
> 0xFE avoids relying on implicit truncation of an unsigned-looking
> hex literal into a signed field.
>
> No functional change.
>
> Signed-off-by: Ivy Lopez <skunkolee@gmail.com>
> ---
> v2: express the value as -2 directly instead of casting 0xFE to s8,
> per Dan Carpenter's suggestion
> ---
> drivers/staging/rtl8723bs/include/hal_pg.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8723bs/include/hal_pg.h b/drivers/staging/rtl8723bs/include/hal_pg.h
> index 7cb9c441fc01..83bf5f117e2d 100644
> --- a/drivers/staging/rtl8723bs/include/hal_pg.h
> +++ b/drivers/staging/rtl8723bs/include/hal_pg.h
> @@ -40,7 +40,7 @@
> #define EEPROM_RF_BT_SETTING_8723B 0xC3
> #define EEPROM_VERSION_8723B 0xC4
> #define EEPROM_CustomID_8723B 0xC5
> -#define EEPROM_DEFAULT_DIFF 0XFE
> +#define EEPROM_DEFAULT_DIFF -2
>
> /* RTL8723BS */
> #define EEPROM_MAC_ADDR_8723BS 0x11A
> --
> 2.55.0
>
>
Does not apply against the staging-testing branch, please rebase and
resend.
thanks,
greg k-h
next prev parent reply other threads:[~2026-09-01 10:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-15 19:10 [PATCH] staging: rtl8723bs: cast EEPROM_DEFAULT_DIFF to s8 Ivy Lopez
2026-08-17 7:49 ` Dan Carpenter
2026-08-17 21:05 ` [PATCH v2] staging: rtl8723bs: define EEPROM_DEFAULT_DIFF as -2 directly Ivy Lopez
2026-09-01 10:03 ` Greg Kroah-Hartman [this message]
2026-09-02 1:48 ` [PATCH v3] " Ivy Lopez
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=2026090122-situated-situation-f599@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=error27@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=skunkolee@gmail.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®