On Wed, 2024-10-02 at 17:22:58 UTC, Colin Ian King wrote: > Variable ret is being assigned a value that is never read, the following > goto statement jumps to a statement that assigns ret a return from the > call to function do_write_oneword_once. The assignment is redundant > and can be removed. > > Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx> Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next, thanks. Miquel