scsi: fdomain_isa: Merge branches in fdomain_isa_match()
authorSergey Shtylyov <s.shtylyov@omprussia.ru>
Sat, 29 Aug 2020 20:19:42 +0000 (23:19 +0300)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 3 Sep 2020 02:49:07 +0000 (22:49 -0400)
commit255937d7739068e6a6649783ebb7bd9fe284a2b4
tree35ed0ca82226121b85a1bd34684e90951b96daa5
parente5f48ac42cc99e339fcb5392b698b4093001b859
scsi: fdomain_isa: Merge branches in fdomain_isa_match()

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 <s.shtylyov@omprussia.ru>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/fdomain_isa.c