tools: lshal: Fix wrong operation when checking flag is set or not 57/291757/1 accepted/tizen/unified/20230424.185339
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 21 Apr 2023 02:04:15 +0000 (11:04 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 21 Apr 2023 02:04:15 +0000 (11:04 +0900)
commit9746f25a833ac7ac450263458e8896702f489df0
tree107a040605bcb10c381e47c82b9e8f3ab1575724
parente1a40bc9515af39043f3b1cafd385f1c7fc0915b
tools: lshal: Fix wrong operation when checking flag is set or not

When using bit operation for flag, should use 'and' operation.
But, lshal.c used the wrong operation. It fix the operatin from 'or' to
'and'.

Change-Id: I3a2badb8c61f73a6fc8d98b737fa6d7d4134c9eb
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
tools/lshal/lshal.c