]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfe125204e64e4605c922410d2c3dc79609c73652
tree8364ede548680480d951dbfb43cae53d615c2f1c
parent9744fb1d2c3de7f889eb2cdb2c3c627e0e4c2c63
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: 1519a4584bd3 ("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