diff options
Diffstat (limited to 'drivers/scsi/bfa/bfad_im_compat.h')
-rw-r--r-- | drivers/scsi/bfa/bfad_im_compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/bfa/bfad_im_compat.h b/drivers/scsi/bfa/bfad_im_compat.h index 1d3e74ec338c..b36be15044a4 100644 --- a/drivers/scsi/bfa/bfad_im_compat.h +++ b/drivers/scsi/bfa/bfad_im_compat.h | |||
@@ -31,7 +31,7 @@ u32 *bfad_read_firmware(struct pci_dev *pdev, u32 **bfi_image, | |||
31 | static inline u32 * | 31 | static inline u32 * |
32 | bfad_load_fwimg(struct pci_dev *pdev) | 32 | bfad_load_fwimg(struct pci_dev *pdev) |
33 | { | 33 | { |
34 | return(bfad_get_firmware_buf(pdev)); | 34 | return bfad_get_firmware_buf(pdev); |
35 | } | 35 | } |
36 | 36 | ||
37 | static inline void | 37 | static inline void |