Re: [PATCH] scsi: dc395x: Replace arithmetic addition by bitwise OR
From: Oliver Neukum
Date: Wed Feb 08 2023 - 04:30:25 EST
On 07.02.23 09:49, Deepak R Varma wrote:
When adding two bit-field mask values, an OR operation offers higher
performance over an arithmetic operation.
Hi,
I am sorry, but this change log makes no sense. These are constants.
The compiler turns that into one value in any case.
If you do a clean up, say so.
Regards
Oliver