Re: [PATCH v2] s390/tape: Use bitwise instead of arithmetic operator for flags

From: Heiko Carstens
Date: Wed Mar 16 2022 - 14:48:15 EST


On Tue, Mar 15, 2022 at 04:53:41PM +0800, Haowen Bai wrote:
> This silences the following coccinelle warning:
> drivers/s390/char/tape_34xx.c:360:38-39: WARNING: sum of probable bitmasks, consider |
>
> Signed-off-by: Haowen Bai <baihaowen@xxxxxxxxx>
> ---
> drivers/s390/char/tape_34xx.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks!