lpfc: remove incorrect lockdep assertion
authorSebastian Herbszt <herbszt@gmx.de>
Sun, 17 Apr 2016 11:27:27 +0000 (13:27 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 26 Apr 2016 02:06:49 +0000 (22:06 -0400)
commit718924180a6a79afa558bd978c8a3436c39691ff
tree8364ede548680480d951dbfb43cae53d615c2f1c
parent9c8a76d5f00dbfd1da6ea242a9263a47133e4053
lpfc: remove incorrect lockdep assertion

Remove incorrect lockdep assertion from lpfc_sli_hbqbuf_find() which
acquires the hbalock itself. Fix the comment which resulted in this
mistake.

Fixes: 1c2ba475eb0e ("lpfc: Add lockdep assertions")
Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_sli.c