]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb07dedfe70b0c91cf4757dc80a0a9ebb239a621e
tree9698552b8e6b28e99a7a255e77f5024c61b520ec
parent360bb32103b43ac0ab8dffe24f1d26ea6d6862df
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