Actions
Bug #3071
closeddragonfly/sys/dev/raid/mrsas/mrsas_fp.c: 3 * redundant code ?
Status:
Closed
Priority:
Low
Assignee:
-
Category:
Driver
Target version:
-
Start date:
10/10/2017
Due date:
% Done:
0%
Estimated time:
Description
dragonfly/sys/dev/raid/mrsas/mrsas_fp.c:671]: (style) Redundant condition: do_invader. '!A || (A && B)' is equivalent to '!A || B'
dragonfly/sys/dev/raid/mrsas/mrsas_fp.c:1393]: (style) Redundant condition: do_invader. '!A || (A && B)' is equivalent to '!A || B'
dragonfly/sys/dev/raid/mrsas/mrsas_fp.c:1439]: (style) Variable 'debugBlk' is assigned a value that is never used.
Files
Updated by lubos about 7 years ago
- File 0001-Simplify-redundant-conditions-and-remove-never-used-.patch 0001-Simplify-redundant-conditions-and-remove-never-used-.patch added
- Category changed from Other to Driver
Thanks. Attaching patch.
--
Lubos Boucek
Updated by swildner about 7 years ago
- Status changed from New to Closed
I've pushed the fix, thanks.
Actions