infiniband: hw: Drop unnecessary continue
authorArushi <arushisinghal19971997@gmail.com>
Sat, 3 Mar 2018 16:24:57 +0000 (21:54 +0530)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 6 Mar 2018 23:00:51 +0000 (16:00 -0700)
commit666fe24bbeb699c100b396095963a62c6f078b38
tree148c2839fa0aa1d7b0141d6719ba58eef06cefc3
parent7e952b19eb638ffa2d511796e35c62a48ec1aef0
infiniband: hw: Drop unnecessary continue

Continue at the bottom of a loop are removed.
Issue found using drop_continue.cocci Coccinelle script.

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/qib/qib_init.c