commit | 984dc46c5715fec4329861f93f30c76b8d680e8d | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sun Jan 08 10:41:15 2017 +0100 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Mon Jan 09 23:34:58 2017 -0500 |
tree | 594ebf44654a68c0ed0c630d71853f1bd585422b | |
parent | 577419f70463378c224d4b92e31b22c2877c4389 [diff] |
scsi: bfa: remove bfa_fcs_mod_s Just call the functions directly instead of obsfucating the call chain. This was in reply to a patch from Kees Cook to constify the function pointer struct bfa_fcs_mod_s, but it turns out there is no reason to have this indirection at all. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>