staging: ccree: simplify access to struct device
authorGilad Ben-Yossef <gilad@benyossef.com>
Tue, 3 Oct 2017 10:42:15 +0000 (11:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Oct 2017 16:28:17 +0000 (18:28 +0200)
commita55ef6f52fdd5a4538dc140903416361d156c548
tree9698552b8e6b28e99a7a255e77f5024c61b520ec
parent613fa6f1d3d5ce95585a01e0d60e4464a1559194
staging: ccree: simplify access to struct device

Introduce a function to retrieve struct device from private
data structure in preparation to replacing custom logging
macros with proper dev_dbg and friends which require struct
device.

Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ccree/ssi_aead.c
drivers/staging/ccree/ssi_buffer_mgr.c
drivers/staging/ccree/ssi_cipher.c
drivers/staging/ccree/ssi_driver.c
drivers/staging/ccree/ssi_driver.h
drivers/staging/ccree/ssi_hash.c
drivers/staging/ccree/ssi_pm.c
drivers/staging/ccree/ssi_request_mgr.c