Colin Ian King 2416a2e7be mtd: chips: remove redundant assignment to variable timeo
In two functions the variable timeo is being initialized with a value
that is never read, it is being re-assigned later on. The initializations
are redundant and can be removed.

Cleans up clang scan build warning:
warning: Value stored to 'timeo' during its initialization is never
read [deadcode.DeadStores]

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20240215140106.2062858-1-colin.i.king@gmail.com
2024-02-26 11:26:28 +01:00
..
2024-01-09 15:40:59 -08:00
2023-10-19 10:31:44 +02:00
2024-01-09 15:40:59 -08:00
2024-01-11 13:58:04 -08:00
2022-09-20 10:40:30 +02:00
2022-09-19 18:14:53 +02:00
2023-06-22 23:00:43 +02:00