Fix return type of xgi_find_pcie_block.
authorIan Romanick <idr@us.ibm.com>
Fri, 29 Jun 2007 16:30:02 +0000 (09:30 -0700)
committerIan Romanick <idr@us.ibm.com>
Fri, 29 Jun 2007 16:30:02 +0000 (09:30 -0700)
commit33b8476dfb0f9b5045103c3a9781ba82bcae4a9d
tree913c6e1af539aae520c7418e68ad9a2164fa18ae
parent475c1e67bacabb89c568c7482991451d223c53ae
Fix return type of xgi_find_pcie_block.

This function used to return 'void *', which was then cast to
'xgi_pcie_block_t *' at the only caller.  I changed the return type to
'struct xgi_pcie_block_s *' and removed the explicit cast.
linux-core/xgi_drv.c
linux-core/xgi_drv.h
linux-core/xgi_pcie.c