public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Wentao Liang <vulab@iscas.ac.cn>
Cc: "philipp.g.hortmann@gmail.com" <philipp.g.hortmann@gmail.com>,
	"linux-staging@lists.linux.dev" <linux-staging@lists.linux.dev>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"stable@vger.kernel.org" <stable@vger.kernel.org>
Subject: Re: [PATCH v7] staging: rtl8723bs: Add error handling for sd_read()
Date: Tue, 15 Apr 2025 15:01:45 +0200	[thread overview]
Message-ID: <2025041557-recollect-livable-a959@gregkh> (raw)
In-Reply-To: <67FE50E2.043FCA.23966@cstnet.cn>

On Tue, Apr 15, 2025 at 08:28:18PM +0800, Wentao Liang wrote:
> >Again, I think this whole "hal wrapper" should be removed instead, and
> >not papered over like this.  If you dig deep enough, it all boils down
> >to a call to sdio_readb(), which is an 8 bit read, so the alignment
> >issues are not a problem, and if an error happens the proper error value>
> >is returned from that saying what happened.  Why not work on that like I
> >recommended?  That would allow for at least 3, if not more, layers of
> >indirection to be removed from this driver, making it more easy to
> >understand and maintain over time.
> 
> Thanks for the guidance and detailed suggestion. But remove the whole 
> "hal wrapper" layer is beyond my capability. Perhaps this refactoring 
> work would be better handled by someone with deeper knowledge of the 
> driver codebase. The changes would ripple through several layers, and 
> I'm not entirely confident about implementing them correctly. The 
> current patch might serve as a reasonable stopgap solution. 

Try it, it should be a "one step at a time" of unwinding the mess that
the codebase is in.  Shouldn't be that hard, and will give you lots of
good things to work on.

I don't want to take a "stopgap solution", sorry, I would rather take
the real solution, for obvious reasons.

thanks,

greg k-h

      parent reply	other threads:[~2025-04-15 13:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-08  4:41 [PATCH v7] staging: rtl8723bs: Add error handling for sd_read() Wentao Liang
2025-04-08  5:18 ` Greg KH
     [not found]   ` <67FE50E2.043FCA.23966@cstnet.cn>
2025-04-15 13:01     ` Greg KH [this message]

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=2025041557-recollect-livable-a959@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=philipp.g.hortmann@gmail.com \
    --cc=stable@vger.kernel.org \
    --cc=vulab@iscas.ac.cn \
    /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