03 Sep, 2020

1 commit

  • The *else* branch of the *if* (base) statement in fdomain_isa_match() is
    immediately followed by the *if* (!base) statement. Simplify the code by
    removing the unneeded *if*.

    Link: https://lore.kernel.org/r/df68e341-5113-4cf2-b64c-dc1ad0b686ac@omprussia.ru
    Signed-off-by: Sergey Shtylyov
    Signed-off-by: Martin K. Petersen

    Sergey Shtylyov
     

31 Jul, 2019

1 commit

  • Commit 1697c6a64c49 ("scsi: fdomain: Add register definitions") somehow
    missed the uses of CFG1_IRQ_MASK in the Futire Domain ISA driver, leaving
    the magic numbers intact. Fix this issue (with no change in the generated
    object file), removing an excess empty line, while at it...

    Fixes: 1697c6a64c49 ("scsi: fdomain: Add register definitions")
    Signed-off-by: Sergei Shtylyov
    Signed-off-by: Martin K. Petersen

    Sergei Shtylyov
     

19 Jun, 2019

2 commits