Re: [PATCH] scsi: esas2r: fix __printf annotation on esas2r_log_master()

From: Bart Van Assche

Date: Mon Mar 23 2026 - 12:26:13 EST


On 3/23/26 2:57 AM, Arnd Bergmann wrote:
The warning already got silenced for gcc but not clang in the past.
Rather than modify that hack to turn it off for both, just add the
attribute as suggested and remove the pragma again.

Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>