Re: [PATCH] smc37c669: remove useless is_enabled functions

2024-01-29 Thread Bernhard Beschow
Am 29. Januar 2024 13:34:20 UTC schrieb Paolo Bonzini : >Calls to is_enabled are bounded to indices that actually exist in >the SuperIO device. Therefore, the is_enabled functions in >smc37c669 are not doing anything and they can be removed. Indeed isa_superio_realize() only considers .count i

[PATCH] smc37c669: remove useless is_enabled functions

2024-01-29 Thread Paolo Bonzini
Calls to is_enabled are bounded to indices that actually exist in the SuperIO device. Therefore, the is_enabled functions in smc37c669 are not doing anything and they can be removed. Signed-off-by: Paolo Bonzini --- hw/isa/smc37c669-superio.c | 18 -- 1 file changed, 18 deletion