On Wed, Dec 23, 2015 at 08:49:01PM +0800, Geliang Tang wrote:
> Use to_pci_dev() and to_platform_device() instead of open-coding.
>
> Signed-off-by: Geliang Tang
Patch applied. Thanks.
--
Email: Herbert Xu
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~he
Use to_pci_dev() and to_platform_device() instead of open-coding.
Signed-off-by: Geliang Tang
---
drivers/crypto/ccp/ccp-pci.c | 8
drivers/crypto/ccp/ccp-platform.c | 6 ++
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/drivers/crypto/ccp/ccp-pci.c b/drivers/cr