[PATCH] mtd: nand: raw: atmel: remove unnecessary return value

2024-08-09 Thread Marcus Folkesson
The condition 'ret' is always true as it is never set to other than -EIO. Remove 'ret' and the condition for copy. Signed-off-by: Marcus Folkesson --- drivers/mtd/nand/raw/atmel/nand-controller.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --gi

Re: [PATCH] mtd: nand: raw: atmel: remove unnecessary return value

2024-08-09 Thread Marcus Folkesson
Hello Alexander, Thanks for fast response! On Fri, Aug 09, 2024 at 02:25:04PM +0200, Alexander Dahl wrote: > Hello Marcus, > > Am Fri, Aug 09, 2024 at 02:15:43PM +0200 schrieb Marcus Folkesson: > > The condition 'ret' is always true as it is never set to other than &

Re: [PATCH] mtd: nand: raw: atmel: remove unnecessary return value

2024-08-30 Thread Marcus Folkesson
On Fri, Aug 09, 2024 at 02:15:43PM +0200, Marcus Folkesson wrote: > The condition 'ret' is always true as it is never set to other than > -EIO. > > Remove 'ret' and the condition for copy. > > Signed-off-by: Marcus Folkesson > --- Any more th

[PATCH] watchdog: davinci: add support for DaVinci DM644x/DM646x processors

2024-10-23 Thread Marcus Folkesson
Watchdog driver for DaVinci DM644x/DM646x processors. Signed-off-by: Marcus Folkesson --- MAINTAINERS| 5 ++ drivers/watchdog/Kconfig | 9 ++ drivers/watchdog/Makefile | 1 + drivers/watchdog/davinci_wdt.c | 151 + 4 files

Re: [PATCH] mtd: nand: raw: atmel: remove unnecessary return value

2024-12-10 Thread Marcus Folkesson
Hello Michael, On Fri, Aug 30, 2024 at 09:05:27AM +0200, Michael Nazzareno Trimarchi wrote: > Hi Marcus > > On Fri, Aug 30, 2024 at 8:59 AM Marcus Folkesson > wrote: > > > > On Fri, Aug 09, 2024 at 02:15:43PM +0200, Marcus Folkesson wrote: > > > The condition &#