Re: [PATCH] ARM: decompressor: remove unused global variable output_data

2021-03-18 Thread Rasmus Villemoes
On 08/03/2021 15.29, Rasmus Villemoes wrote: > output_data seems to have been write-only since the flush_window() > callback was removed in commit e7db7b4270ed ("arm: add support for > LZO-compressed kernels"). Ping.

[PATCH] ARM: decompressor: remove unused global variable output_data

2021-03-08 Thread Rasmus Villemoes
output_data seems to have been write-only since the flush_window() callback was removed in commit e7db7b4270ed ("arm: add support for LZO-compressed kernels"). Signed-off-by: Rasmus Villemoes --- arch/arm/boot/compressed/misc.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff