lpfc: use time_after()
authorManuel Schölling <manuel.schoelling@gmx.de>
Wed, 3 Sep 2014 16:55:58 +0000 (12:55 -0400)
committerChristoph Hellwig <hch@lst.de>
Tue, 16 Sep 2014 16:10:06 +0000 (09:10 -0700)
commit0d4aec132d8ad6303981db08a52d64b0dbe59e97
tree93e68f1aaf0090ef4a71abf7821f5544e6f9ffa4
parent1aee383d5912de15af3045a63a07e98f760f041c
lpfc: use time_after()

To be future-proof and for better readability the time comparisons
are modified to use time_after() instead of plain, error-prone math.

Signed-off-by: Manuel Schölling <manuel.schoelling@gmx.de>
Reviewed-by: James Smart <james.smart@emulex.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/lpfc/lpfc_scsi.c