On Mon, 25 Nov 2024 09:30:40 +0100, Ahmad Fatoum wrote: > reset_source_set_device is given a device pointer as argument and it > passes it to __reset_source_set, but the latter function discards the > argument and unconditionally stores a NULL into the reset_source_device. > > Fix this by actually making use of the argument. > > > [...] Applied, thanks! [1/3] reset_source: have reset_source_set_device actually set device https://git.pengutronix.de/cgit/barebox/commit/?id=858815149fba (link may not be stable) [2/3] mfd: rn5t568: refactor to call reset_source_set_device only once https://git.pengutronix.de/cgit/barebox/commit/?id=3a065bd6b4d9 (link may not be stable) [3/3] reset_source: give reset_source_set_device a priority parameter https://git.pengutronix.de/cgit/barebox/commit/?id=30322f4b5651 (link may not be stable) Best regards, -- Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>