diff options
Diffstat (limited to 'drivers/crypto/cavium/cpt/cptvf_reqmanager.c')
| -rw-r--r-- | drivers/crypto/cavium/cpt/cptvf_reqmanager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/crypto/cavium/cpt/cptvf_reqmanager.c b/drivers/crypto/cavium/cpt/cptvf_reqmanager.c index 7f57f30f8863..169e66231bcf 100644 --- a/drivers/crypto/cavium/cpt/cptvf_reqmanager.c +++ b/drivers/crypto/cavium/cpt/cptvf_reqmanager.c | |||
| @@ -330,8 +330,8 @@ void do_post_process(struct cpt_vf *cptvf, struct cpt_info_buffer *info) | |||
| 330 | { | 330 | { |
| 331 | struct pci_dev *pdev = cptvf->pdev; | 331 | struct pci_dev *pdev = cptvf->pdev; |
| 332 | 332 | ||
| 333 | if (!info || !cptvf) { | 333 | if (!info) { |
| 334 | dev_err(&pdev->dev, "Input params are incorrect for post processing\n"); | 334 | dev_err(&pdev->dev, "incorrect cpt_info_buffer for post processing\n"); |
| 335 | return; | 335 | return; |
| 336 | } | 336 | } |
| 337 | 337 | ||
