Re: Earlier Linux Code...

2023-05-27 Thread Valdis Klētnieks
On Fri, 26 May 2023 13:28:36 +0530, Deepak Goel said: > I did an online Google search but couldn't get much. Tried ChatGPT too, but > couldn't get much help. Note that ChatGPT is *NOT*, repeat *NOT* a reliable source of information, because it has no concept of "correctness" or "accuracy" of the

Re: Need help determining if the change is warranted.

2023-05-27 Thread Valdis Klētnieks
On Sat, 27 May 2023 07:05:40 +0100, Lucas Tanure said: > It's unusual for an I2C bus would suddenly stop working, so just one > check at the beginning of the function is enough. > I would remove all ret assignments apart from the first one for every > function on that driver. By the same token,

Release of my Kernel Development Tool

2023-05-27 Thread Lucas Tanure
Hi, I have been working with Kernel development and single-board computers for a few years now, and to help me with my development, I created this tool: https://github.com/lucastanure/kernel_dev_tools (GPLv2) It helps me to build and test the kernel in a faster and easy way. But it also helps

Re: Need help determining if the change is warranted.

2023-05-27 Thread Lucas Tanure
On Sat, May 27, 2023 at 1:37 AM Alison Schofield wrote: > > This may be a resend. My first msg may be stuck in moderation, > because I sent w a new email addr. > > On Mon, Mar 27, 2023 at 02:34:33PM +0300, Anton Gusev wrote: > > In the file drivers/leds/flash/leds-lm3601x.c, function